#B48B6E

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

Shades of Mongoose #B48B6E

Tints of Mongoose #B48B6E

Color information

#B48B6E (or 0xB48B6E) is unknown color: approx Mongoose. HEX triplet: B4, 8B and 6E. RGB value is (180,139,110). Sum of RGB (Red+Green+Blue) = 180+139+110=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B6E is #4B7491. Grayscale: #949494. Windows color (decimal): -4945042 or 7244724. OLE color: 7244724.

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

Color convert

RGB180139110-
CMYK00.230.390.29
HSL24.86º31.82%56.86%-
HSV(B)24.86º38.89%70.59%-
XYZ30.8729.2918.78-
YUV147.95106.58150.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=41.96%
G=32.40%
B=25.64%

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
Decimal18013911000.230.390.2924.8631.8256.86
HexB48B6E017271D192039
Octal2642131560274735314071
Binary101101001000101111011100101111001111110111001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B6E; }

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

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

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

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

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

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

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

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