#B08971

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

Shades of Mongoose #B08971

Tints of Mongoose #B08971

Color information

#B08971 (or 0xB08971) is unknown color: approx Mongoose. HEX triplet: B0, 89 and 71. RGB value is (176,137,113). Sum of RGB (Red+Green+Blue) = 176+137+113=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08971 is #4F768E. Grayscale: #929292. Windows color (decimal): -5207695 or 7440816. OLE color: 7440816.

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

Color convert

RGB176137113-
CMYK00.220.360.31
HSL22.86º28.51%56.67%-
HSV(B)22.86º35.8%69.02%-
XYZ29.8328.3119.52-
YUV145.93109.42149.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=41.31%
G=32.16%
B=26.53%

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
Decimal17613711300.220.360.3122.8628.5156.67
HexB08971016241F171d39
Octal2602111610264437273571
Binary10110000100010011110001010110100100111111011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08971; }

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

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

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

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

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

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

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

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