#B48B69

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

Shades of Mongoose #B48B69

Tints of Mongoose #B48B69

Color information

#B48B69 (or 0xB48B69) is unknown color: approx Mongoose. HEX triplet: B4, 8B and 69. RGB value is (180,139,105). Sum of RGB (Red+Green+Blue) = 180+139+105=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B69 is #4B7496. Grayscale: #939393. Windows color (decimal): -4945047 or 6917044. OLE color: 6917044.

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

Color convert

RGB180139105-
CMYK00.230.420.29
HSL27.2º33.33%55.88%-
HSV(B)27.2º41.67%70.59%-
XYZ30.629.1917.39-
YUV147.38104.08151.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=42.45%
G=32.78%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013910500.230.420.2927.233.3355.88
HexB48B690172A1D1b2138
Octal2642131510275235334170
Binary101101001000101111010010101111010101110111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B69; }

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

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

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

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

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

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

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

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