#B99762

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

Shades of Barley Corn #B99762

Tints of Barley Corn #B99762

Color information

#B99762 (or 0xB99762) is unknown color: approx Barley Corn. HEX triplet: B9, 97 and 62. RGB value is (185,151,98). Sum of RGB (Red+Green+Blue) = 185+151+98=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99762 is #46689D. Grayscale: #9B9B9B. Windows color (decimal): -4614302 or 6461369. OLE color: 6461369.

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

Color convert

RGB18515198-
CMYK00.180.470.27
HSL36.55º38.33%55.49%-
HSV(B)36.55º47.03%72.55%-
XYZ33.2833.3316.23-
YUV155.1295.76149.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=42.63%
G=34.79%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851519800.180.470.2736.5538.3355.49
HexB997620122F1B252637
Octal2712271420225733454667
Binary1011100110010111110001001001010111111011100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99762; }

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

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

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

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

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

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

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

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