#B08E6D

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

Shades of Mongoose #B08E6D

Tints of Mongoose #B08E6D

Color information

#B08E6D (or 0xB08E6D) is unknown color: approx Mongoose. HEX triplet: B0, 8E and 6D. RGB value is (176,142,109). Sum of RGB (Red+Green+Blue) = 176+142+109=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6D is #4F7192. Grayscale: #949494. Windows color (decimal): -5206419 or 7179952. OLE color: 7179952.

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

Color convert

RGB176142109-
CMYK00.190.380.31
HSL29.55º29.78%55.88%-
HSV(B)29.55º38.07%69.02%-
XYZ30.3429.6818.6-
YUV148.4105.76147.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=41.22%
G=33.26%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614210900.190.380.3129.5529.7855.88
HexB08E6D013261F1e1e38
Octal2602161550234637363670
Binary10110000100011101101101010011100110111111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E6D; }

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

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

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

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

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

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

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

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