#B99A62

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

Shades of Barley Corn #B99A62

Tints of Barley Corn #B99A62

Color information

#B99A62 (or 0xB99A62) is unknown color: approx Barley Corn. HEX triplet: B9, 9A and 62. RGB value is (185,154,98). Sum of RGB (Red+Green+Blue) = 185+154+98=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A62 is #46659D. Grayscale: #9D9D9D. Windows color (decimal): -4613534 or 6462137. OLE color: 6462137.

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

Color convert

RGB18515498-
CMYK00.170.470.27
HSL38.62º38.33%55.49%-
HSV(B)38.62º47.03%72.55%-
XYZ33.7734.3116.4-
YUV156.8894.77148.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 98 (38.67% from 255) = 22.43%
R=42.33%
G=35.24%
B=22.43%

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
Decimal1851549800.170.470.2738.6238.3355.49
HexB99A620112F1B272637
Octal2712321420215733474667
Binary1011100110011010110001001000110111111011100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A62; }

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

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

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

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

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

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

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

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