#B99464

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

Shades of Barley Corn #B99464

Tints of Barley Corn #B99464

Color information

#B99464 (or 0xB99464) is unknown color: approx Barley Corn. HEX triplet: B9, 94 and 64. RGB value is (185,148,100). Sum of RGB (Red+Green+Blue) = 185+148+100=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B99464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99464 is #466B9B. Grayscale: #999999. Windows color (decimal): -4615068 or 6591673. OLE color: 6591673.

HSL color Cylindrical-coordinate representation of color #B99464: hue angle of 33.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B99464 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB185148100-
CMYK00.200.460.27
HSL33.88º37.78%55.88%-
HSV(B)33.88º45.95%72.55%-
XYZ32.932.4116.58-
YUV153.5997.76150.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=42.73%
G=34.18%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514810000.200.460.2733.8837.7855.88
HexB994640142E1B222638
Octal2712241440245633424670
Binary1011100110010100110010001010010111011011100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99464; }

 p { color: rgb(185,148,100); }

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

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

 a { background-color: rgb(185,148,100); }

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

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

 span { border-color: rgb(185,148,100); }

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