#B48F6E

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

Shades of Mongoose #B48F6E

Tints of Mongoose #B48F6E

Color information

#B48F6E (or 0xB48F6E) is unknown color: approx Mongoose. HEX triplet: B4, 8F and 6E. RGB value is (180,143,110). Sum of RGB (Red+Green+Blue) = 180+143+110=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F6E is #4B7091. Grayscale: #969696. Windows color (decimal): -4944018 or 7245748. OLE color: 7245748.

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

Color convert

RGB180143110-
CMYK00.210.390.29
HSL28.29º31.82%56.86%-
HSV(B)28.29º38.89%70.59%-
XYZ31.4630.4718.98-
YUV150.3105.26149.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=41.57%
G=33.03%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014311000.210.390.2928.2931.8256.86
HexB48F6E015271D1c2039
Octal2642171560254735344071
Binary101101001000111111011100101011001111110111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F6E; }

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

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

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

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

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

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

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

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