#B4906E

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

Shades of Mongoose #B4906E

Tints of Mongoose #B4906E

Color information

#B4906E (or 0xB4906E) is unknown color: approx Mongoose. HEX triplet: B4, 90 and 6E. RGB value is (180,144,110). Sum of RGB (Red+Green+Blue) = 180+144+110=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4906E is #4B6F91. Grayscale: #979797. Windows color (decimal): -4943762 or 7246004. OLE color: 7246004.

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

Color convert

RGB180144110-
CMYK00.20.390.29
HSL29.14º31.82%56.86%-
HSV(B)29.14º38.89%70.59%-
XYZ31.6130.7819.03-
YUV150.89104.93148.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=41.47%
G=33.18%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014411000.20.390.2929.1431.8256.86
HexB4906E014271D1d2039
Octal2642201560244735354071
Binary101101001001000011011100101001001111110111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4906E; }

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

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

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

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

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

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

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

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