#B09157

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

Shades of Barley Corn #B09157

Tints of Barley Corn #B09157

Color information

#B09157 (or 0xB09157) is unknown color: approx Barley Corn. HEX triplet: B0, 91 and 57. RGB value is (176,145,87). Sum of RGB (Red+Green+Blue) = 176+145+87=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B09157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09157 is #4F6EA8. Grayscale: #939393. Windows color (decimal): -5205673 or 5738928. OLE color: 5738928.

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

Color convert

RGB17614587-
CMYK00.180.510.31
HSL39.1º36.03%51.57%-
HSV(B)39.1º50.57%69.02%-
XYZ29.7530.1713.27-
YUV147.6693.77148.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=43.14%
G=35.54%
B=21.32%

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
Decimal1761458700.180.510.3139.136.0351.57
HexB09157012331F272434
Octal2602211270226337474464
Binary1011000010010001101011101001011001111111100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09157; }

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

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

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

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

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

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

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

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