#B09357

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

Shades of Barley Corn #B09357

Tints of Barley Corn #B09357

Color information

#B09357 (or 0xB09357) is unknown color: approx Barley Corn. HEX triplet: B0, 93 and 57. RGB value is (176,147,87). Sum of RGB (Red+Green+Blue) = 176+147+87=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09357 is #4F6CA8. Grayscale: #959595. Windows color (decimal): -5205161 or 5739440. OLE color: 5739440.

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

Color convert

RGB17614787-
CMYK00.160.510.31
HSL40.45º36.03%51.57%-
HSV(B)40.45º50.57%69.02%-
XYZ30.0630.7913.37-
YUV148.8393.11147.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 87 (34.38% from 255) = 21.22%
R=42.93%
G=35.85%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761478700.160.510.3140.4536.0351.57
HexB09357010331F282434
Octal2602231270206337504464
Binary1011000010010011101011101000011001111111101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09357; }

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

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

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

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

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

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

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

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