#B08F6F

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

Shades of Mongoose #B08F6F

Tints of Mongoose #B08F6F

Color information

#B08F6F (or 0xB08F6F) is unknown color: approx Mongoose. HEX triplet: B0, 8F and 6F. RGB value is (176,143,111). Sum of RGB (Red+Green+Blue) = 176+143+111=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F6F is #4F7090. Grayscale: #959595. Windows color (decimal): -5206161 or 7311280. OLE color: 7311280.

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

Color convert

RGB176143111-
CMYK00.190.370.31
HSL29.54º29.15%56.27%-
HSV(B)29.54º36.93%69.02%-
XYZ30.630.0219.22-
YUV149.22106.43147.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=40.93%
G=33.26%
B=25.81%

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
Decimal17614311100.190.370.3129.5429.1556.27
HexB08F6F013251F1e1d38
Octal2602171570234537363570
Binary10110000100011111101111010011100101111111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F6F; }

 p { color: rgb(176,143,111); }

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

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

 a { background-color: rgb(176,143,111); }

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

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

 span { border-color: rgb(176,143,111); }

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