#B08871

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

Shades of Mongoose #B08871

Tints of Mongoose #B08871

Color information

#B08871 (or 0xB08871) is unknown color: approx Mongoose. HEX triplet: B0, 88 and 71. RGB value is (176,136,113). Sum of RGB (Red+Green+Blue) = 176+136+113=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B08871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08871 is #4F778E. Grayscale: #919191. Windows color (decimal): -5207951 or 7440560. OLE color: 7440560.

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

Color convert

RGB176136113-
CMYK00.230.360.31
HSL21.9º28.51%56.67%-
HSV(B)21.9º35.8%69.02%-
XYZ29.6928.0319.47-
YUV145.34109.75149.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=41.41%
G=32%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613611300.230.360.3121.928.5156.67
HexB08871017241F161d39
Octal2602101610274437263571
Binary10110000100010001110001010111100100111111011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08871; }

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

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

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

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

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

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

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

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