#B18A6E

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

Shades of Mongoose #B18A6E

Tints of Mongoose #B18A6E

Color information

#B18A6E (or 0xB18A6E) is unknown color: approx Mongoose. HEX triplet: B1, 8A and 6E. RGB value is (177,138,110). Sum of RGB (Red+Green+Blue) = 177+138+110=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A6E is #4E7591. Grayscale: #929292. Windows color (decimal): -5141906 or 7244465. OLE color: 7244465.

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

Color convert

RGB177138110-
CMYK00.220.380.31
HSL25.07º30.04%56.27%-
HSV(B)25.07º37.85%69.41%-
XYZ30.0328.6518.7-
YUV146.47107.42149.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=41.65%
G=32.47%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713811000.220.380.3125.0730.0456.27
HexB18A6E016261F191e38
Octal2612121560264637313670
Binary10110001100010101101110010110100110111111100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A6E; }

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

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

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

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

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

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

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

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