#B99E5D

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

Shades of Barley Corn #B99E5D

Tints of Barley Corn #B99E5D

Color information

#B99E5D (or 0xB99E5D) is unknown color: approx Barley Corn. HEX triplet: B9, 9E and 5D. RGB value is (185,158,93). Sum of RGB (Red+Green+Blue) = 185+158+93=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E5D is #4661A2. Grayscale: #9E9E9E. Windows color (decimal): -4612515 or 6135481. OLE color: 6135481.

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

Color convert

RGB18515893-
CMYK00.150.500.27
HSL42.39º39.66%54.51%-
HSV(B)42.39º49.73%72.55%-
XYZ34.2135.5615.42-
YUV158.6690.95146.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=42.43%
G=36.24%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851589300.150.500.2742.3939.6654.51
HexB99E5D0F321B2a2837
Octal2712361350176233525067
Binary101110011001111010111010111111001011011101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E5D; }

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

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

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

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

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

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

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

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