#B04A95

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

Shades of Mulberry #B04A95

Tints of Mulberry #B04A95

Color information

#B04A95 (or 0xB04A95) is unknown color: approx Mulberry. HEX triplet: B0, 4A and 95. RGB value is (176,74,149). Sum of RGB (Red+Green+Blue) = 176+74+149=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04A95 is #4FB56A. Grayscale: #707070. Windows color (decimal): -5223787 or 9783984. OLE color: 9783984.

HSL color Cylindrical-coordinate representation of color #B04A95: hue angle of 315.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04A95 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17674149-
CMYK00.580.150.31
HSL315.88º40.8%49.02%-
HSV(B)315.88º57.95%69.02%-
XYZ25.7816.330.22-
YUV113.05148.29172.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=44.11%
G=18.55%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767414900.580.150.31315.8840.849.02
HexB04A9503AF1F13c2931
Octal26011222507217374745161
Binary101100001001010100101010111010111111111100111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A95; }

 p { color: rgb(176,74,149); }

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

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

 a { background-color: rgb(176,74,149); }

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

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

 span { border-color: rgb(176,74,149); }

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