#B08E6E

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

Shades of Mongoose #B08E6E

Tints of Mongoose #B08E6E

Color information

#B08E6E (or 0xB08E6E) is unknown color: approx Mongoose. HEX triplet: B0, 8E and 6E. RGB value is (176,142,110). Sum of RGB (Red+Green+Blue) = 176+142+110=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6E is #4F7191. Grayscale: #949494. Windows color (decimal): -5206418 or 7245488. OLE color: 7245488.

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

Color convert

RGB176142110-
CMYK00.190.370.31
HSL29.09º29.46%56.08%-
HSV(B)29.09º37.5%69.02%-
XYZ30.3929.718.88-
YUV148.52106.26147.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=41.12%
G=33.18%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614211000.190.370.3129.0929.4656.08
HexB08E6E013251F1d1d38
Octal2602161560234537353570
Binary10110000100011101101110010011100101111111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E6E; }

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

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

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

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

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

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

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

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