#B64F92

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

Shades of Mulberry #B64F92

Tints of Mulberry #B64F92

Color information

#B64F92 (or 0xB64F92) is unknown color: approx Mulberry. HEX triplet: B6, 4F and 92. RGB value is (182,79,146). Sum of RGB (Red+Green+Blue) = 182+79+146=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F92 is #49B06D. Grayscale: #757575. Windows color (decimal): -4829294 or 9588662. OLE color: 9588662.

HSL color Cylindrical-coordinate representation of color #B64F92: hue angle of 320.97º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64F92 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB18279146-
CMYK00.570.200.29
HSL320.97º41.37%51.18%-
HSV(B)320.97º56.59%71.37%-
XYZ27.2817.6129.16-
YUV117.44144.12174.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=44.72%
G=19.41%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827914600.570.200.29320.9741.3751.18
HexB64F92039141D1412933
Octal26611722207124355015163
Binary1011011010011111001001001110011010011101101000001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64F92; }

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

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

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

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

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

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

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

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