#B18D6E

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

Shades of Mongoose #B18D6E

Tints of Mongoose #B18D6E

Color information

#B18D6E (or 0xB18D6E) is unknown color: approx Mongoose. HEX triplet: B1, 8D and 6E. RGB value is (177,141,110). Sum of RGB (Red+Green+Blue) = 177+141+110=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D6E is #4E7291. Grayscale: #949494. Windows color (decimal): -5141138 or 7245233. OLE color: 7245233.

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

Color convert

RGB177141110-
CMYK00.200.380.31
HSL27.76º30.04%56.27%-
HSV(B)27.76º37.85%69.41%-
XYZ30.4729.5218.84-
YUV148.23106.43148.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=41.36%
G=32.94%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714111000.200.380.3127.7630.0456.27
HexB18D6E014261F1c1e38
Octal2612151560244637343670
Binary10110001100011011101110010100100110111111110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D6E; }

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

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

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

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

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

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

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

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