#B8488B

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

Shades of Mulberry #B8488B

Tints of Mulberry #B8488B

Color information

#B8488B (or 0xB8488B) is unknown color: approx Mulberry. HEX triplet: B8, 48 and 8B. RGB value is (184,72,139). Sum of RGB (Red+Green+Blue) = 184+72+139=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8488B is #47B774. Grayscale: #707070. Windows color (decimal): -4700021 or 9128120. OLE color: 9128120.

HSL color Cylindrical-coordinate representation of color #B8488B: hue angle of 324.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8488B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB18472139-
CMYK00.610.240.28
HSL324.11º44.09%50.2%-
HSV(B)324.11º60.87%72.16%-
XYZ26.7416.6926.24-
YUV113.13142.61178.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=46.58%
G=18.23%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847213900.610.240.28324.1144.0950.2
HexB8488B03D181C1442c32
Octal27011021307530345045462
Binary1011100010010001000101101111011100011100101000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8488B; }

 p { color: rgb(184,72,139); }

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

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

 a { background-color: rgb(184,72,139); }

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

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

 span { border-color: rgb(184,72,139); }

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