#BB9559

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

Shades of Barley Corn #BB9559

Tints of Barley Corn #BB9559

Color information

#BB9559 (or 0xBB9559) is unknown color: approx Barley Corn. HEX triplet: BB, 95 and 59. RGB value is (187,149,89). Sum of RGB (Red+Green+Blue) = 187+149+89=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9559 is #446AA6. Grayscale: #999999. Windows color (decimal): -4483751 or 5871035. OLE color: 5871035.

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

Color convert

RGB18714989-
CMYK00.200.520.27
HSL36.73º41.88%54.12%-
HSV(B)36.73º52.41%73.33%-
XYZ33.0432.7814.04-
YUV153.5291.59151.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=44%
G=35.06%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871498900.200.520.2736.7341.8854.12
HexBB9559014341B252a36
Octal2732251310246433455266
Binary1011101110010101101100101010011010011011100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9559; }

 p { color: rgb(187,149,89); }

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

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

 a { background-color: rgb(187,149,89); }

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

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

 span { border-color: rgb(187,149,89); }

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