#B4906A

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

Shades of Mongoose #B4906A

Tints of Mongoose #B4906A

Color information

#B4906A (or 0xB4906A) is unknown color: approx Mongoose. HEX triplet: B4, 90 and 6A. RGB value is (180,144,106). Sum of RGB (Red+Green+Blue) = 180+144+106=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4906A is #4B6F95. Grayscale: #969696. Windows color (decimal): -4943766 or 6983860. OLE color: 6983860.

HSL color Cylindrical-coordinate representation of color #B4906A: hue angle of 30.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4906A is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180144106-
CMYK00.20.410.29
HSL30.81º33.04%56.08%-
HSV(B)30.81º41.11%70.59%-
XYZ31.430.6917.9-
YUV150.43102.93149.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=41.86%
G=33.49%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014410600.20.410.2930.8133.0456.08
HexB4906A014291D1f2138
Octal2642201520245135374170
Binary101101001001000011010100101001010011110111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4906A; }

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

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

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

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

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

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

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

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