#b08d71

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

Shades of Mongoose #B08D71

Tints of Mongoose #B08D71

Color information

#B08D71 (or 0xB08D71) is unknown color: approx Mongoose. HEX triplet: B0, 8D and 71. RGB value is (176,141,113). Sum of RGB (Red+Green+Blue) = 176+141+113=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D71 is #4F728E. Grayscale: #949494. Windows color (decimal): -5206671 or 7441840. OLE color: 7441840.

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

Color convert

RGB176141113-
CMYK00.200.360.31
HSL26.67º28.51%56.67%-
HSV(B)26.67º35.8%69.02%-
XYZ30.4129.4719.71-
YUV148.27108.1147.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=40.93%
G=32.79%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614111300.200.360.3126.6728.5156.67
HexB08D71014241F1b1d39
Octal2602151610244437333571
Binary10110000100011011110001010100100100111111101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08d71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08d71; }

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

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

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

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

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

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

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

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