#B09962

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

Shades of Barley Corn #B09962

Tints of Barley Corn #B09962

Color information

#B09962 (or 0xB09962) is unknown color: approx Barley Corn. HEX triplet: B0, 99 and 62. RGB value is (176,153,98). Sum of RGB (Red+Green+Blue) = 176+153+98=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09962 is #4F669D. Grayscale: #999999. Windows color (decimal): -5203614 or 6461872. OLE color: 6461872.

HSL color Cylindrical-coordinate representation of color #B09962: hue angle of 42.31º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B09962 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17615398-
CMYK00.130.440.31
HSL42.31º33.05%53.73%-
HSV(B)42.31º44.32%69.02%-
XYZ31.532.8916.24-
YUV153.6196.62143.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=41.22%
G=35.83%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761539800.130.440.3142.3133.0553.73
HexB099620D2C1F2a2136
Octal2602311420155437524166
Binary101100001001100111000100110110110011111101010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09962; }

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

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

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

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

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

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

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

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