#B0895F

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

Shades of Barley Corn #B0895F

Tints of Barley Corn #B0895F

Color information

#B0895F (or 0xB0895F) is unknown color: approx Barley Corn. HEX triplet: B0, 89 and 5F. RGB value is (176,137,95). Sum of RGB (Red+Green+Blue) = 176+137+95=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0895F is #4F76A0. Grayscale: #909090. Windows color (decimal): -5207713 or 6261168. OLE color: 6261168.

HSL color Cylindrical-coordinate representation of color #B0895F: hue angle of 31.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0895F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17613795-
CMYK00.220.460.31
HSL31.11º33.89%53.14%-
HSV(B)31.11º46.02%69.02%-
XYZ28.9227.9514.7-
YUV143.87100.42150.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=43.14%
G=33.58%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761379500.220.460.3131.1133.8953.14
HexB0895F0162E1F1f2235
Octal2602111370265637374265
Binary101100001000100110111110101101011101111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0895F; }

 p { color: rgb(176,137,95); }

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

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

 a { background-color: rgb(176,137,95); }

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

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

 span { border-color: rgb(176,137,95); }

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