#B09559

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

Shades of Barley Corn #B09559

Tints of Barley Corn #B09559

Color information

#B09559 (or 0xB09559) is unknown color: approx Barley Corn. HEX triplet: B0, 95 and 59. RGB value is (176,149,89). Sum of RGB (Red+Green+Blue) = 176+149+89=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B09559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09559 is #4F6AA6. Grayscale: #969696. Windows color (decimal): -5204647 or 5871024. OLE color: 5871024.

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

Color convert

RGB17614989-
CMYK00.150.490.31
HSL41.38º35.51%51.96%-
HSV(B)41.38º49.43%69.02%-
XYZ30.4631.4513.92-
YUV150.2393.45146.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=42.51%
G=35.99%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761498900.150.490.3141.3835.5151.96
HexB095590F311F292434
Octal2602251310176137514464
Binary101100001001010110110010111111000111111101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09559; }

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

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

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

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

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

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

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

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