#B99C57

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

Shades of Barley Corn #B99C57

Tints of Barley Corn #B99C57

Color information

#B99C57 (or 0xB99C57) is unknown color: approx Barley Corn. HEX triplet: B9, 9C and 57. RGB value is (185,156,87). Sum of RGB (Red+Green+Blue) = 185+156+87=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C57 is #4663A8. Grayscale: #9D9D9D. Windows color (decimal): -4613033 or 5741753. OLE color: 5741753.

HSL color Cylindrical-coordinate representation of color #B99C57: hue angle of 42.24º 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 #B99C57 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18515687-
CMYK00.160.530.27
HSL42.24º41.18%53.33%-
HSV(B)42.24º52.97%72.55%-
XYZ33.6234.7813.96-
YUV156.888.61148.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 87 (34.38% from 255) = 20.33%
R=43.22%
G=36.45%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851568700.160.530.2742.2441.1853.33
HexB99C57010351B2a2935
Octal2712341270206533525165
Binary1011100110011100101011101000011010111011101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C57; }

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

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

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

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

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

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

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

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