#B99D57

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

Shades of Barley Corn #B99D57

Tints of Barley Corn #B99D57

Color information

#B99D57 (or 0xB99D57) is unknown color: approx Barley Corn. HEX triplet: B9, 9D and 57. RGB value is (185,157,87). Sum of RGB (Red+Green+Blue) = 185+157+87=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D57 is #4662A8. Grayscale: #9D9D9D. Windows color (decimal): -4612777 or 5742009. OLE color: 5742009.

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

Color convert

RGB18515787-
CMYK00.150.530.27
HSL42.86º41.18%53.33%-
HSV(B)42.86º52.97%72.55%-
XYZ33.7835.1214.01-
YUV157.3988.28147.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=43.12%
G=36.60%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851578700.150.530.2742.8641.1853.33
HexB99D570F351B2b2935
Octal2712351270176533535165
Binary101110011001110110101110111111010111011101011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D57; }

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

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

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

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

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

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

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

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