#B64992

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

Shades of Mulberry #B64992

Tints of Mulberry #B64992

Color information

#B64992 (or 0xB64992) is unknown color: approx Mulberry. HEX triplet: B6, 49 and 92. RGB value is (182,73,146). Sum of RGB (Red+Green+Blue) = 182+73+146=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64992 is #49B66D. Grayscale: #717171. Windows color (decimal): -4830830 or 9587126. OLE color: 9587126.

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

Color convert

RGB18273146-
CMYK00.600.200.29
HSL319.82º42.75%50%-
HSV(B)319.82º59.89%71.37%-
XYZ26.8616.7929.02-
YUV113.91146.11176.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=45.39%
G=18.20%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827314600.600.200.29319.8242.7550
HexB6499203C141D1402b32
Octal26611122207424355005362
Binary1011011010010011001001001111001010011101101000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64992; }

 p { color: rgb(182,73,146); }

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

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

 a { background-color: rgb(182,73,146); }

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

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

 span { border-color: rgb(182,73,146); }

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