#B99C5D

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

Shades of Barley Corn #B99C5D

Tints of Barley Corn #B99C5D

Color information

#B99C5D (or 0xB99C5D) is unknown color: approx Barley Corn. HEX triplet: B9, 9C and 5D. RGB value is (185,156,93). Sum of RGB (Red+Green+Blue) = 185+156+93=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C5D is #4663A2. Grayscale: #9D9D9D. Windows color (decimal): -4613027 or 6134969. OLE color: 6134969.

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

Color convert

RGB18515693-
CMYK00.160.500.27
HSL41.09º39.66%54.51%-
HSV(B)41.09º49.73%72.55%-
XYZ33.8734.8815.3-
YUV157.4991.61147.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=42.63%
G=35.94%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851569300.160.500.2741.0939.6654.51
HexB99C5D010321B292837
Octal2712341350206233515067
Binary1011100110011100101110101000011001011011101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C5D; }

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

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

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

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

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

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

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

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