#B99F64

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

Shades of Barley Corn #B99F64

Tints of Barley Corn #B99F64

Color information

#B99F64 (or 0xB99F64) is unknown color: approx Barley Corn. HEX triplet: B9, 9F and 64. RGB value is (185,159,100). Sum of RGB (Red+Green+Blue) = 185+159+100=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F64 is #46609B. Grayscale: #A0A0A0. Windows color (decimal): -4612252 or 6594489. OLE color: 6594489.

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

Color convert

RGB185159100-
CMYK00.140.460.27
HSL41.65º37.78%55.88%-
HSV(B)41.65º45.95%72.55%-
XYZ34.7136.0317.18-
YUV160.0594.11145.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=41.67%
G=35.81%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515910000.140.460.2741.6537.7855.88
HexB99F640E2E1B2a2638
Octal2712371440165633524670
Binary101110011001111111001000111010111011011101010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F64; }

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

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

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

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

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

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

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

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