#B64597

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

Shades of Mulberry #B64597

Tints of Mulberry #B64597

Color information

#B64597 (or 0xB64597) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 97. RGB value is (182,69,151). Sum of RGB (Red+Green+Blue) = 182+69+151=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B64597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64597 is #49BA68. Grayscale: #6F6F6F. Windows color (decimal): -4831849 or 9913782. OLE color: 9913782.

HSL color Cylindrical-coordinate representation of color #B64597: hue angle of 316.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64597 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18269151-
CMYK00.620.170.29
HSL316.46º45.02%49.22%-
HSV(B)316.46º62.09%71.37%-
XYZ27.0116.4431.03-
YUV112.14149.94177.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=45.27%
G=17.16%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826915100.620.170.29316.4645.0249.22
HexB6459703E111D13c2d31
Octal26610522707621354745561
Binary1011011010001011001011101111101000111101100111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64597; }

 p { color: rgb(182,69,151); }

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

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

 a { background-color: rgb(182,69,151); }

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

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

 span { border-color: rgb(182,69,151); }

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