#B99955

Color #B99955 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B99955

Tints of Barley Corn #B99955

Color information

#B99955 (or 0xB99955) is unknown color: approx Barley Corn. HEX triplet: B9, 99 and 55. RGB value is (185,153,85). Sum of RGB (Red+Green+Blue) = 185+153+85=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99955 is #4666AA. Grayscale: #9B9B9B. Windows color (decimal): -4613803 or 5609913. OLE color: 5609913.

HSL color Cylindrical-coordinate representation of color #B99955: hue angle of 40.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B99955 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18515385-
CMYK00.170.540.27
HSL40.8º41.67%52.94%-
HSV(B)40.8º54.05%72.55%-
XYZ33.0433.7513.37-
YUV154.8288.6149.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=43.74%
G=36.17%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851538500.170.540.2740.841.6752.94
HexB99955011361B292a35
Octal2712311250216633515265
Binary1011100110011001101010101000111011011011101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99955; }

 p { color: rgb(185,153,85); }

 H1.HeaderClassName
 {
   color: #B99955;
 }
 .AnyTagClassName
 {
   color: #B99955;
 }
</style>
background-color css

<style>
 a { background-color: #B99955; }

 a { background-color: rgb(185,153,85); }

 div.DivClassName
 {
   background-color: #B99955;
 }
 .BgClassName
 {
   background-color: #B99955;
 }
</style>
border-color css

<style>
 span { border-color: #B99955; }

 span { border-color: rgb(185,153,85); }

 td.TdClassName
 {
   border-color: #B99955;
 }
 .TagClassName
 {
   border-color: #B99955;
 }
</style>