#B0895E

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

Shades of Barley Corn #B0895E

Tints of Barley Corn #B0895E

Color information

#B0895E (or 0xB0895E) is unknown color: approx Barley Corn. HEX triplet: B0, 89 and 5E. RGB value is (176,137,94). Sum of RGB (Red+Green+Blue) = 176+137+94=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0895E is #4F76A1. Grayscale: #8F8F8F. Windows color (decimal): -5207714 or 6195632. OLE color: 6195632.

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

Color convert

RGB17613794-
CMYK00.220.470.31
HSL31.46º34.17%52.94%-
HSV(B)31.46º46.59%69.02%-
XYZ28.8727.9314.46-
YUV143.7699.92151-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=43.24%
G=33.66%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761379400.220.470.3131.4634.1752.94
HexB0895E0162F1F1f2235
Octal2602111360265737374265
Binary101100001000100110111100101101011111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0895E; }

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

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

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

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

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

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

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

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