#B99A56

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

Shades of Barley Corn #B99A56

Tints of Barley Corn #B99A56

Color information

#B99A56 (or 0xB99A56) is unknown color: approx Barley Corn. HEX triplet: B9, 9A and 56. RGB value is (185,154,86). Sum of RGB (Red+Green+Blue) = 185+154+86=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A56 is #4665A9. Grayscale: #9B9B9B. Windows color (decimal): -4613546 or 5675705. OLE color: 5675705.

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

Color convert

RGB18515486-
CMYK00.170.540.27
HSL41.21º41.42%53.14%-
HSV(B)41.21º53.51%72.55%-
XYZ33.2434.113.63-
YUV155.5288.77149.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=43.53%
G=36.24%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851548600.170.540.2741.2141.4253.14
HexB99A56011361B292935
Octal2712321260216633515165
Binary1011100110011010101011001000111011011011101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A56; }

 p { color: rgb(185,154,86); }

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

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

 a { background-color: rgb(185,154,86); }

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

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

 span { border-color: rgb(185,154,86); }

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