#B99D5F

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

Shades of Barley Corn #B99D5F

Tints of Barley Corn #B99D5F

Color information

#B99D5F (or 0xB99D5F) is unknown color: approx Barley Corn. HEX triplet: B9, 9D and 5F. RGB value is (185,157,95). Sum of RGB (Red+Green+Blue) = 185+157+95=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D5F is #4662A0. Grayscale: #9E9E9E. Windows color (decimal): -4612769 or 6266297. OLE color: 6266297.

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

Color convert

RGB18515795-
CMYK00.150.490.27
HSL41.33º39.13%54.9%-
HSV(B)41.33º48.65%72.55%-
XYZ34.1335.2515.83-
YUV158.392.28147.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=42.33%
G=35.93%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851579500.150.490.2741.3339.1354.9
HexB99D5F0F311B292737
Octal2712351370176133514767
Binary101110011001110110111110111111000111011101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D5F; }

 p { color: rgb(185,157,95); }

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

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

 a { background-color: rgb(185,157,95); }

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

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

 span { border-color: rgb(185,157,95); }

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