#B09370

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

Shades of Mongoose #B09370

Tints of Mongoose #B09370

Color information

#B09370 (or 0xB09370) is unknown color: approx Mongoose. HEX triplet: B0, 93 and 70. RGB value is (176,147,112). Sum of RGB (Red+Green+Blue) = 176+147+112=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B09370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09370 is #4F6C8F. Grayscale: #979797. Windows color (decimal): -5205136 or 7377840. OLE color: 7377840.

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

Color convert

RGB176147112-
CMYK00.160.360.31
HSL32.81º28.83%56.47%-
HSV(B)32.81º36.36%69.02%-
XYZ31.2631.2719.72-
YUV151.68105.61145.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=40.46%
G=33.79%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614711200.160.360.3132.8128.8356.47
HexB09370010241F211d38
Octal2602231600204437413570
Binary101100001001001111100000100001001001111110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09370; }

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

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

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

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

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

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

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

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