#BF56A2

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

Shades of Mulberry #BF56A2

Tints of Mulberry #BF56A2

Color information

#BF56A2 (or 0xBF56A2) is unknown color: approx Mulberry. HEX triplet: BF, 56 and A2. RGB value is (191,86,162). Sum of RGB (Red+Green+Blue) = 191+86+162=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56A2 is #40A95D. Grayscale: #7D7D7D. Windows color (decimal): -4237662 or 10639039. OLE color: 10639039.

HSL color Cylindrical-coordinate representation of color #BF56A2: hue angle of 316.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF56A2 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19186162-
CMYK00.550.150.25
HSL316.57º45.06%54.31%-
HSV(B)316.57º54.97%74.9%-
XYZ31.3420.3436.46-
YUV126.06148.29174.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 86 (33.98% from 255) = 19.59%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=43.51%
G=19.59%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918616200.550.150.25316.5745.0654.31
HexBF56A2037F1913d2d36
Octal27712624206717314755566
Binary101111111010110101000100110111111111001100111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56A2; }

 p { color: rgb(191,86,162); }

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

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

 a { background-color: rgb(191,86,162); }

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

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

 span { border-color: rgb(191,86,162); }

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