#B48E6C

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

Shades of Mongoose #B48E6C

Tints of Mongoose #B48E6C

Color information

#B48E6C (or 0xB48E6C) is unknown color: approx Mongoose. HEX triplet: B4, 8E and 6C. RGB value is (180,142,108). Sum of RGB (Red+Green+Blue) = 180+142+108=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E6C is #4B7193. Grayscale: #959595. Windows color (decimal): -4944276 or 7114420. OLE color: 7114420.

HSL color Cylindrical-coordinate representation of color #B48E6C: hue angle of 28.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B48E6C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180142108-
CMYK00.210.400.29
HSL28.33º32.43%56.47%-
HSV(B)28.33º40%70.59%-
XYZ31.230.1318.36-
YUV149.49104.59149.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=41.86%
G=33.02%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014210800.210.400.2928.3332.4356.47
HexB48E6C015281D1c2038
Octal2642161540255035344070
Binary101101001000111011011000101011010001110111100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E6C; }

 p { color: rgb(180,142,108); }

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

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

 a { background-color: rgb(180,142,108); }

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

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

 span { border-color: rgb(180,142,108); }

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