#B48D69

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

Shades of Mongoose #B48D69

Tints of Mongoose #B48D69

Color information

#B48D69 (or 0xB48D69) is unknown color: approx Mongoose. HEX triplet: B4, 8D and 69. RGB value is (180,141,105). Sum of RGB (Red+Green+Blue) = 180+141+105=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D69 is #4B7296. Grayscale: #949494. Windows color (decimal): -4944535 or 6917556. OLE color: 6917556.

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

Color convert

RGB180141105-
CMYK00.220.420.29
HSL28.8º33.33%55.88%-
HSV(B)28.8º41.67%70.59%-
XYZ30.929.7717.48-
YUV148.56103.42150.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=42.25%
G=33.10%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014110500.220.420.2928.833.3355.88
HexB48D690162A1D1d2138
Octal2642151510265235354170
Binary101101001000110111010010101101010101110111101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D69; }

 p { color: rgb(180,141,105); }

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

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

 a { background-color: rgb(180,141,105); }

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

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

 span { border-color: rgb(180,141,105); }

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