#B99D62

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

Shades of Barley Corn #B99D62

Tints of Barley Corn #B99D62

Color information

#B99D62 (or 0xB99D62) is unknown color: approx Barley Corn. HEX triplet: B9, 9D and 62. RGB value is (185,157,98). Sum of RGB (Red+Green+Blue) = 185+157+98=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D62 is #46629D. Grayscale: #9E9E9E. Windows color (decimal): -4612766 or 6462905. OLE color: 6462905.

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

Color convert

RGB18515798-
CMYK00.150.470.27
HSL40.69º38.33%55.49%-
HSV(B)40.69º47.03%72.55%-
XYZ34.2735.3116.56-
YUV158.6593.78146.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=42.05%
G=35.68%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851579800.150.470.2740.6938.3355.49
HexB99D620F2F1B292637
Octal2712351420175733514667
Binary101110011001110111000100111110111111011101001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D62; }

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

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

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

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

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

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

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

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