#B99564

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

Shades of Barley Corn #B99564

Tints of Barley Corn #B99564

Color information

#B99564 (or 0xB99564) is unknown color: approx Barley Corn. HEX triplet: B9, 95 and 64. RGB value is (185,149,100). Sum of RGB (Red+Green+Blue) = 185+149+100=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99564 is #466A9B. Grayscale: #9A9A9A. Windows color (decimal): -4614812 or 6591929. OLE color: 6591929.

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

Color convert

RGB185149100-
CMYK00.190.460.27
HSL34.59º37.78%55.88%-
HSV(B)34.59º45.95%72.55%-
XYZ33.0632.7316.63-
YUV154.1897.43149.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=42.63%
G=34.33%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514910000.190.460.2734.5937.7855.88
HexB995640132E1B232638
Octal2712251440235633434670
Binary1011100110010101110010001001110111011011100011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99564; }

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

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

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

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

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

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

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

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