#B48A6B

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

Shades of Mongoose #B48A6B

Tints of Mongoose #B48A6B

Color information

#B48A6B (or 0xB48A6B) is unknown color: approx Mongoose. HEX triplet: B4, 8A and 6B. RGB value is (180,138,107). Sum of RGB (Red+Green+Blue) = 180+138+107=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A6B is #4B7594. Grayscale: #939393. Windows color (decimal): -4945301 or 7047860. OLE color: 7047860.

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

Color convert

RGB180138107-
CMYK00.230.410.29
HSL25.48º32.74%56.27%-
HSV(B)25.48º40.56%70.59%-
XYZ30.5628.9417.89-
YUV147.02105.41151.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 107 (42.19% from 255) = 25.18%
R=42.35%
G=32.47%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013810700.230.410.2925.4832.7456.27
HexB48A6B017291D192138
Octal2642121530275135314170
Binary101101001000101011010110101111010011110111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A6B; }

 p { color: rgb(180,138,107); }

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

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

 a { background-color: rgb(180,138,107); }

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

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

 span { border-color: rgb(180,138,107); }

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