#B08E68

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

Shades of Mongoose #B08E68

Tints of Mongoose #B08E68

Color information

#B08E68 (or 0xB08E68) is unknown color: approx Mongoose. HEX triplet: B0, 8E and 68. RGB value is (176,142,104). Sum of RGB (Red+Green+Blue) = 176+142+104=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E68 is #4F7197. Grayscale: #949494. Windows color (decimal): -5206424 or 6852272. OLE color: 6852272.

HSL color Cylindrical-coordinate representation of color #B08E68: hue angle of 31.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08E68 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176142104-
CMYK00.190.410.31
HSL31.67º31.3%54.9%-
HSV(B)31.67º40.91%69.02%-
XYZ30.0829.5817.22-
YUV147.83103.26148.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=41.71%
G=33.65%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614210400.190.410.3131.6731.354.9
HexB08E68013291F201f37
Octal2602161500235137403767
Binary101100001000111011010000100111010011111110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E68; }

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

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

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

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

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

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

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

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