#B99E5B

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

Shades of Barley Corn #B99E5B

Tints of Barley Corn #B99E5B

Color information

#B99E5B (or 0xB99E5B) is unknown color: approx Barley Corn. HEX triplet: B9, 9E and 5B. RGB value is (185,158,91). Sum of RGB (Red+Green+Blue) = 185+158+91=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E5B is #4661A4. Grayscale: #9E9E9E. Windows color (decimal): -4612517 or 6004409. OLE color: 6004409.

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

Color convert

RGB18515891-
CMYK00.150.510.27
HSL42.77º40.17%54.12%-
HSV(B)42.77º50.81%72.55%-
XYZ34.1235.5214.96-
YUV158.4389.95146.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=42.63%
G=36.41%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851589100.150.510.2742.7740.1754.12
HexB99E5B0F331B2b2836
Octal2712361330176333535066
Binary101110011001111010110110111111001111011101011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E5B; }

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

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

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

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

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

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

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

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