#BB9E5B

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

Shades of Barley Corn #BB9E5B

Tints of Barley Corn #BB9E5B

Color information

#BB9E5B (or 0xBB9E5B) is unknown color: approx Barley Corn. HEX triplet: BB, 9E and 5B. RGB value is (187,158,91). Sum of RGB (Red+Green+Blue) = 187+158+91=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E5B is #4461A4. Grayscale: #9F9F9F. Windows color (decimal): -4481445 or 6004411. OLE color: 6004411.

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

Color convert

RGB18715891-
CMYK00.160.510.27
HSL41.88º41.38%54.51%-
HSV(B)41.88º51.34%73.33%-
XYZ34.6135.7714.98-
YUV159.0389.61147.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=42.89%
G=36.24%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871589100.160.510.2741.8841.3854.51
HexBB9E5B010331B2a2937
Octal2732361330206333525167
Binary1011101110011110101101101000011001111011101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E5B; }

 p { color: rgb(187,158,91); }

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

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

 a { background-color: rgb(187,158,91); }

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

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

 span { border-color: rgb(187,158,91); }

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