#B08D6C

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

Shades of Mongoose #B08D6C

Tints of Mongoose #B08D6C

Color information

#B08D6C (or 0xB08D6C) is unknown color: approx Mongoose. HEX triplet: B0, 8D and 6C. RGB value is (176,141,108). Sum of RGB (Red+Green+Blue) = 176+141+108=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D6C is #4F7293. Grayscale: #939393. Windows color (decimal): -5206676 or 7114160. OLE color: 7114160.

HSL color Cylindrical-coordinate representation of color #B08D6C: hue angle of 29.12º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B08D6C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176141108-
CMYK00.200.390.31
HSL29.12º30.09%55.69%-
HSV(B)29.12º38.64%69.02%-
XYZ30.1429.3618.27-
YUV147.7105.6148.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=41.41%
G=33.18%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614110800.200.390.3129.1230.0955.69
HexB08D6C014271F1d1e38
Octal2602151540244737353670
Binary10110000100011011101100010100100111111111110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D6C; }

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

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

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

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

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

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

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

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