#BB9854

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

Shades of Barley Corn #BB9854

Tints of Barley Corn #BB9854

Color information

#BB9854 (or 0xBB9854) is unknown color: approx Barley Corn. HEX triplet: BB, 98 and 54. RGB value is (187,152,84). Sum of RGB (Red+Green+Blue) = 187+152+84=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9854 is #4467AB. Grayscale: #9B9B9B. Windows color (decimal): -4482988 or 5544123. OLE color: 5544123.

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

Color convert

RGB18715284-
CMYK00.190.550.27
HSL39.61º43.1%53.14%-
HSV(B)39.61º55.08%73.33%-
XYZ33.3233.6613.13-
YUV154.7188.1151.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=44.21%
G=35.93%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871528400.190.550.2739.6143.153.14
HexBB9854013371B282b35
Octal2732301240236733505365
Binary1011101110011000101010001001111011111011101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9854; }

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

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

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

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

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

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

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

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