#B08970

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

Shades of Mongoose #B08970

Tints of Mongoose #B08970

Color information

#B08970 (or 0xB08970) is unknown color: approx Mongoose. HEX triplet: B0, 89 and 70. RGB value is (176,137,112). Sum of RGB (Red+Green+Blue) = 176+137+112=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B08970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08970 is #4F768F. Grayscale: #919191. Windows color (decimal): -5207696 or 7375280. OLE color: 7375280.

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

Color convert

RGB176137112-
CMYK00.220.360.31
HSL23.44º28.83%56.47%-
HSV(B)23.44º36.36%69.02%-
XYZ29.7728.2919.22-
YUV145.81108.92149.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=41.41%
G=32.24%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613711200.220.360.3123.4428.8356.47
HexB08970016241F171d38
Octal2602111600264437273570
Binary10110000100010011110000010110100100111111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08970; }

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

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

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

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

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

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

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

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