#BB9954

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

Shades of Barley Corn #BB9954

Tints of Barley Corn #BB9954

Color information

#BB9954 (or 0xBB9954) is unknown color: approx Barley Corn. HEX triplet: BB, 99 and 54. RGB value is (187,153,84). Sum of RGB (Red+Green+Blue) = 187+153+84=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9954 is #4466AB. Grayscale: #9B9B9B. Windows color (decimal): -4482732 or 5544379. OLE color: 5544379.

HSL color Cylindrical-coordinate representation of color #BB9954: hue angle of 40.19º 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 #BB9954 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18715384-
CMYK00.180.550.27
HSL40.19º43.1%53.14%-
HSV(B)40.19º55.08%73.33%-
XYZ33.4833.9913.18-
YUV155.387.76150.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 84 (33.20% from 255) = 19.81%
R=44.10%
G=36.08%
B=19.81%

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
Decimal1871538400.180.550.2740.1943.153.14
HexBB9954012371B282b35
Octal2732311240226733505365
Binary1011101110011001101010001001011011111011101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9954; }

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

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

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

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

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

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

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

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