#b09670

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

Shades of Mongoose #B09670

Tints of Mongoose #B09670

Color information

#B09670 (or 0xB09670) is unknown color: approx Mongoose. HEX triplet: B0, 96 and 70. RGB value is (176,150,112). Sum of RGB (Red+Green+Blue) = 176+150+112=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B09670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09670 is #4F698F. Grayscale: #999999. Windows color (decimal): -5204368 or 7378608. OLE color: 7378608.

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

Color convert

RGB176150112-
CMYK00.150.360.31
HSL35.63º28.83%56.47%-
HSV(B)35.63º36.36%69.02%-
XYZ31.7432.2119.87-
YUV153.44104.61144.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=40.18%
G=34.25%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615011200.150.360.3135.6328.8356.47
HexB096700F241F241d38
Octal2602261600174437443570
Binary10110000100101101110000011111001001111110010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09670; }

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

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

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

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

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

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

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

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