#B99962

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

Shades of Barley Corn #B99962

Tints of Barley Corn #B99962

Color information

#B99962 (or 0xB99962) is unknown color: approx Barley Corn. HEX triplet: B9, 99 and 62. RGB value is (185,153,98). Sum of RGB (Red+Green+Blue) = 185+153+98=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B99962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99962 is #46669D. Grayscale: #9C9C9C. Windows color (decimal): -4613790 or 6461881. OLE color: 6461881.

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

Color convert

RGB18515398-
CMYK00.170.470.27
HSL37.93º38.33%55.49%-
HSV(B)37.93º47.03%72.55%-
XYZ33.633.9816.34-
YUV156.395.1148.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=42.43%
G=35.09%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851539800.170.470.2737.9338.3355.49
HexB999620112F1B262637
Octal2712311420215733464667
Binary1011100110011001110001001000110111111011100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99962; }

 p { color: rgb(185,153,98); }

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

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

 a { background-color: rgb(185,153,98); }

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

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

 span { border-color: rgb(185,153,98); }

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