#B09170

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

Shades of Mongoose #B09170

Tints of Mongoose #B09170

Color information

#B09170 (or 0xB09170) is unknown color: approx Mongoose. HEX triplet: B0, 91 and 70. RGB value is (176,145,112). Sum of RGB (Red+Green+Blue) = 176+145+112=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B09170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09170 is #4F6E8F. Grayscale: #969696. Windows color (decimal): -5205648 or 7377328. OLE color: 7377328.

HSL color Cylindrical-coordinate representation of color #B09170: hue angle of 30.94º 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 #B09170 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB176145112-
CMYK00.180.360.31
HSL30.94º28.83%56.47%-
HSV(B)30.94º36.36%69.02%-
XYZ30.9530.6519.61-
YUV150.51106.27146.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=40.65%
G=33.49%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614511200.180.360.3130.9428.8356.47
HexB09170012241F1f1d38
Octal2602211600224437373570
Binary10110000100100011110000010010100100111111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09170; }

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

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

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

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

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

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

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

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