#B09556

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

Shades of Barley Corn #B09556

Tints of Barley Corn #B09556

Color information

#B09556 (or 0xB09556) is unknown color: approx Barley Corn. HEX triplet: B0, 95 and 56. RGB value is (176,149,86). Sum of RGB (Red+Green+Blue) = 176+149+86=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09556 is #4F6AA9. Grayscale: #969696. Windows color (decimal): -5204650 or 5674416. OLE color: 5674416.

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

Color convert

RGB17614986-
CMYK00.150.510.31
HSL42º36.29%51.37%-
HSV(B)42º51.14%69.02%-
XYZ30.3331.413.27-
YUV149.8991.95146.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=42.82%
G=36.25%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761498600.150.510.314236.2951.37
HexB095560F331F2a2433
Octal2602251260176337524463
Binary101100001001010110101100111111001111111101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09556; }

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

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

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

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

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

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

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

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