#BB9955

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

Shades of Barley Corn #BB9955

Tints of Barley Corn #BB9955

Color information

#BB9955 (or 0xBB9955) is unknown color: approx Barley Corn. HEX triplet: BB, 99 and 55. RGB value is (187,153,85). Sum of RGB (Red+Green+Blue) = 187+153+85=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9955 is #4466AA. Grayscale: #9B9B9B. Windows color (decimal): -4482731 or 5609915. OLE color: 5609915.

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

Color convert

RGB18715385-
CMYK00.180.550.27
HSL40º42.86%53.33%-
HSV(B)40º54.55%73.33%-
XYZ33.523413.39-
YUV155.4188.26150.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 85 (33.59% from 255) = 20%
R=44%
G=36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871538500.180.550.274042.8653.33
HexBB9955012371B282b35
Octal2732311250226733505365
Binary1011101110011001101010101001011011111011101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9955; }

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

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

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

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

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

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

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

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