#B09156

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

Shades of Barley Corn #B09156

Tints of Barley Corn #B09156

Color information

#B09156 (or 0xB09156) is unknown color: approx Barley Corn. HEX triplet: B0, 91 and 56. RGB value is (176,145,86). Sum of RGB (Red+Green+Blue) = 176+145+86=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B09156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09156 is #4F6EA9. Grayscale: #939393. Windows color (decimal): -5205674 or 5673392. OLE color: 5673392.

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

Color convert

RGB17614586-
CMYK00.180.510.31
HSL39.33º36.29%51.37%-
HSV(B)39.33º51.14%69.02%-
XYZ29.7130.1513.06-
YUV147.5493.27148.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=43.24%
G=35.63%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761458600.180.510.3139.3336.2951.37
HexB09156012331F272433
Octal2602211260226337474463
Binary1011000010010001101011001001011001111111100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09156; }

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

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

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

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

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

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

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

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