#b8448b

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

Shades of Mulberry #B8448B

Tints of Mulberry #B8448B

Color information

#B8448B (or 0xB8448B) is unknown color: approx Mulberry. HEX triplet: B8, 44 and 8B. RGB value is (184,68,139). Sum of RGB (Red+Green+Blue) = 184+68+139=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8448B is #47BB74. Grayscale: #6E6E6E. Windows color (decimal): -4701045 or 9127096. OLE color: 9127096.

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

Color convert

RGB18468139-
CMYK00.630.240.28
HSL323.28º46.03%49.41%-
HSV(B)323.28º63.04%72.16%-
XYZ26.4916.1926.15-
YUV110.78143.93180.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=47.06%
G=17.39%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846813900.630.240.28323.2846.0349.41
HexB8448B03F181C1432e31
Octal27010421307730345035661
Binary1011100010001001000101101111111100011100101000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8448b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8448b; }

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

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

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

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

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

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

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

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