#B48D6E

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

Shades of Mongoose #B48D6E

Tints of Mongoose #B48D6E

Color information

#B48D6E (or 0xB48D6E) is unknown color: approx Mongoose. HEX triplet: B4, 8D and 6E. RGB value is (180,141,110). Sum of RGB (Red+Green+Blue) = 180+141+110=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D6E is #4B7291. Grayscale: #959595. Windows color (decimal): -4944530 or 7245236. OLE color: 7245236.

HSL color Cylindrical-coordinate representation of color #B48D6E: hue angle of 26.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B48D6E is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180141110-
CMYK00.220.390.29
HSL26.57º31.82%56.86%-
HSV(B)26.57º38.89%70.59%-
XYZ31.1629.8818.88-
YUV149.13105.92150.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=41.76%
G=32.71%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014111000.220.390.2926.5731.8256.86
HexB48D6E016271D1b2039
Octal2642151560264735334071
Binary101101001000110111011100101101001111110111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D6E; }

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

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

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

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

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

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

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

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