#B64A95

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

Shades of Mulberry #B64A95

Tints of Mulberry #B64A95

Color information

#B64A95 (or 0xB64A95) is unknown color: approx Mulberry. HEX triplet: B6, 4A and 95. RGB value is (182,74,149). Sum of RGB (Red+Green+Blue) = 182+74+149=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64A95 is #49B56A. Grayscale: #727272. Windows color (decimal): -4830571 or 9783990. OLE color: 9783990.

HSL color Cylindrical-coordinate representation of color #B64A95: hue angle of 318.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A95 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18274149-
CMYK00.590.180.29
HSL318.33º42.52%50.2%-
HSV(B)318.33º59.34%71.37%-
XYZ27.1717.0130.29-
YUV114.84147.28175.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 149 (58.59% from 255) = 36.79%
R=44.94%
G=18.27%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827414900.590.180.29318.3342.5250.2
HexB64A9503B121D13e2b32
Octal26611222507322354765362
Binary1011011010010101001010101110111001011101100111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A95; }

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

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

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

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

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

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

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

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