#B09257

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

Shades of Barley Corn #B09257

Tints of Barley Corn #B09257

Color information

#B09257 (or 0xB09257) is unknown color: approx Barley Corn. HEX triplet: B0, 92 and 57. RGB value is (176,146,87). Sum of RGB (Red+Green+Blue) = 176+146+87=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B09257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09257 is #4F6DA8. Grayscale: #949494. Windows color (decimal): -5205417 or 5739184. OLE color: 5739184.

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

Color convert

RGB17614687-
CMYK00.170.510.31
HSL39.78º36.03%51.57%-
HSV(B)39.78º50.57%69.02%-
XYZ29.930.4813.32-
YUV148.2493.44147.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=43.03%
G=35.70%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761468700.170.510.3139.7836.0351.57
HexB09257011331F282434
Octal2602221270216337504464
Binary1011000010010010101011101000111001111111101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09257; }

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

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

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

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

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

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

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

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