#B09160

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

Shades of Barley Corn #B09160

Tints of Barley Corn #B09160

Color information

#B09160 (or 0xB09160) is unknown color: approx Barley Corn. HEX triplet: B0, 91 and 60. RGB value is (176,145,96). Sum of RGB (Red+Green+Blue) = 176+145+96=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B09160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09160 is #4F6E9F. Grayscale: #949494. Windows color (decimal): -5205664 or 6328752. OLE color: 6328752.

HSL color Cylindrical-coordinate representation of color #B09160: hue angle of 36.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B09160 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17614596-
CMYK00.180.450.31
HSL36.75º33.61%53.33%-
HSV(B)36.75º45.45%69.02%-
XYZ30.1430.3315.33-
YUV148.6898.27147.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=42.21%
G=34.77%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761459600.180.450.3136.7533.6153.33
HexB091600122D1F252235
Octal2602211400225537454265
Binary1011000010010001110000001001010110111111100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09160; }

 p { color: rgb(176,145,96); }

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

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

 a { background-color: rgb(176,145,96); }

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

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

 span { border-color: rgb(176,145,96); }

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