#B08D70

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

Shades of Mongoose #B08D70

Tints of Mongoose #B08D70

Color information

#B08D70 (or 0xB08D70) is unknown color: approx Mongoose. HEX triplet: B0, 8D and 70. RGB value is (176,141,112). Sum of RGB (Red+Green+Blue) = 176+141+112=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D70 is #4F728F. Grayscale: #949494. Windows color (decimal): -5206672 or 7376304. OLE color: 7376304.

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

Color convert

RGB176141112-
CMYK00.200.360.31
HSL27.19º28.83%56.47%-
HSV(B)27.19º36.36%69.02%-
XYZ30.3529.4519.41-
YUV148.16107.6147.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=41.03%
G=32.87%
B=26.11%

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
Decimal17614111200.200.360.3127.1928.8356.47
HexB08D70014241F1b1d38
Octal2602151600244437333570
Binary10110000100011011110000010100100100111111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D70; }

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

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

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

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

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

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

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

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