#B08B68

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

Shades of Mongoose #B08B68

Tints of Mongoose #B08B68

Color information

#B08B68 (or 0xB08B68) is unknown color: approx Mongoose. HEX triplet: B0, 8B and 68. RGB value is (176,139,104). Sum of RGB (Red+Green+Blue) = 176+139+104=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B68 is #4F7497. Grayscale: #929292. Windows color (decimal): -5207192 or 6851504. OLE color: 6851504.

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

Color convert

RGB176139104-
CMYK00.210.410.31
HSL29.17º31.3%54.9%-
HSV(B)29.17º40.91%69.02%-
XYZ29.6428.6917.07-
YUV146.07104.26149.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=42.00%
G=33.17%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613910400.210.410.3129.1731.354.9
HexB08B68015291F1d1f37
Octal2602131500255137353767
Binary10110000100010111101000010101101001111111110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B68; }

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

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

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

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

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

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

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

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