#B0896A

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

Shades of Mongoose #B0896A

Tints of Mongoose #B0896A

Color information

#B0896A (or 0xB0896A) is unknown color: approx Mongoose. HEX triplet: B0, 89 and 6A. RGB value is (176,137,106). Sum of RGB (Red+Green+Blue) = 176+137+106=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0896A is #4F7695. Grayscale: #919191. Windows color (decimal): -5207702 or 6982064. OLE color: 6982064.

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

Color convert

RGB176137106-
CMYK00.220.400.31
HSL26.57º30.7%55.29%-
HSV(B)26.57º39.77%69.02%-
XYZ29.4528.1617.52-
YUV145.13105.92150.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=42.00%
G=32.70%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613710600.220.400.3126.5730.755.29
HexB0896A016281F1b1f37
Octal2602111520265037333767
Binary10110000100010011101010010110101000111111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0896A; }

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

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

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

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

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

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

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

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