#B08C6E

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

Shades of Mongoose #B08C6E

Tints of Mongoose #B08C6E

Color information

#B08C6E (or 0xB08C6E) is unknown color: approx Mongoose. HEX triplet: B0, 8C and 6E. RGB value is (176,140,110). Sum of RGB (Red+Green+Blue) = 176+140+110=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C6E is #4F7391. Grayscale: #939393. Windows color (decimal): -5206930 or 7244976. OLE color: 7244976.

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

Color convert

RGB176140110-
CMYK00.200.370.31
HSL27.27º29.46%56.08%-
HSV(B)27.27º37.5%69.02%-
XYZ30.129.1118.78-
YUV147.34106.93148.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=41.31%
G=32.86%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614011000.200.370.3127.2729.4656.08
HexB08C6E014251F1b1d38
Octal2602141560244537333570
Binary10110000100011001101110010100100101111111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C6E; }

 p { color: rgb(176,140,110); }

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

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

 a { background-color: rgb(176,140,110); }

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

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

 span { border-color: rgb(176,140,110); }

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