#B99764

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

Shades of Barley Corn #B99764

Tints of Barley Corn #B99764

Color information

#B99764 (or 0xB99764) is unknown color: approx Barley Corn. HEX triplet: B9, 97 and 64. RGB value is (185,151,100). Sum of RGB (Red+Green+Blue) = 185+151+100=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B99764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99764 is #46689B. Grayscale: #9B9B9B. Windows color (decimal): -4614300 or 6592441. OLE color: 6592441.

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

Color convert

RGB185151100-
CMYK00.180.460.27
HSL36º37.78%55.88%-
HSV(B)36º45.95%72.55%-
XYZ33.3733.3716.74-
YUV155.3596.76149.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=42.43%
G=34.63%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515110000.180.460.273637.7855.88
HexB997640122E1B242638
Octal2712271440225633444670
Binary1011100110010111110010001001010111011011100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99764; }

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

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

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

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

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

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

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

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