#B08E70

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

Shades of Mongoose #B08E70

Tints of Mongoose #B08E70

Color information

#B08E70 (or 0xB08E70) is unknown color: approx Mongoose. HEX triplet: B0, 8E and 70. RGB value is (176,142,112). Sum of RGB (Red+Green+Blue) = 176+142+112=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E70 is #4F718F. Grayscale: #949494. Windows color (decimal): -5206416 or 7376560. OLE color: 7376560.

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

Color convert

RGB176142112-
CMYK00.190.360.31
HSL28.13º28.83%56.47%-
HSV(B)28.13º36.36%69.02%-
XYZ30.529.7519.46-
YUV148.75107.26147.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=40.93%
G=33.02%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614211200.190.360.3128.1328.8356.47
HexB08E70013241F1c1d38
Octal2602161600234437343570
Binary10110000100011101110000010011100100111111110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E70; }

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

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

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

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

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

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

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

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