#B18A68

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

Shades of Mongoose #B18A68

Tints of Mongoose #B18A68

Color information

#B18A68 (or 0xB18A68) is unknown color: approx Mongoose. HEX triplet: B1, 8A and 68. RGB value is (177,138,104). Sum of RGB (Red+Green+Blue) = 177+138+104=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A68 is #4E7597. Grayscale: #919191. Windows color (decimal): -5141912 or 6851249. OLE color: 6851249.

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

Color convert

RGB177138104-
CMYK00.220.410.31
HSL27.95º31.88%55.1%-
HSV(B)27.95º41.24%69.41%-
XYZ29.7228.5217.04-
YUV145.78104.42150.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=42.24%
G=32.94%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713810400.220.410.3127.9531.8855.1
HexB18A68016291F1c2037
Octal2612121500265137344067
Binary101100011000101011010000101101010011111111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A68; }

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

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

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

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

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

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

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

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