#B48A6E

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

Shades of Mongoose #B48A6E

Tints of Mongoose #B48A6E

Color information

#B48A6E (or 0xB48A6E) is unknown color: approx Mongoose. HEX triplet: B4, 8A and 6E. RGB value is (180,138,110). Sum of RGB (Red+Green+Blue) = 180+138+110=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A6E is #4B7591. Grayscale: #939393. Windows color (decimal): -4945298 or 7244468. OLE color: 7244468.

HSL color Cylindrical-coordinate representation of color #B48A6E: hue angle of 24º 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 #B48A6E is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180138110-
CMYK00.230.390.29
HSL24º31.82%56.86%-
HSV(B)24º38.89%70.59%-
XYZ30.7329.0118.73-
YUV147.37106.91151.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=42.06%
G=32.24%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013811000.230.390.292431.8256.86
HexB48A6E017271D182039
Octal2642121560274735304071
Binary101101001000101011011100101111001111110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A6E; }

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

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

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

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

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

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

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

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