#B18B68

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

Shades of Mongoose #B18B68

Tints of Mongoose #B18B68

Color information

#B18B68 (or 0xB18B68) is unknown color: approx Mongoose. HEX triplet: B1, 8B and 68. RGB value is (177,139,104). Sum of RGB (Red+Green+Blue) = 177+139+104=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B68 is #4E7497. Grayscale: #929292. Windows color (decimal): -5141656 or 6851505. OLE color: 6851505.

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

Color convert

RGB177139104-
CMYK00.210.410.31
HSL28.77º31.88%55.1%-
HSV(B)28.77º41.24%69.41%-
XYZ29.8628.8117.08-
YUV146.37104.09149.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=42.14%
G=33.10%
B=24.76%

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
Decimal17713910400.210.410.3128.7731.8855.1
HexB18B68015291F1d2037
Octal2612131500255137354067
Binary101100011000101111010000101011010011111111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B68; }

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

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

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

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

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

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

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

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