#BF5A88

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

Shades of Mulberry #BF5A88

Tints of Mulberry #BF5A88

Color information

#BF5A88 (or 0xBF5A88) is unknown color: approx Mulberry. HEX triplet: BF, 5A and 88. RGB value is (191,90,136). Sum of RGB (Red+Green+Blue) = 191+90+136=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A88 is #40A577. Grayscale: #7D7D7D. Windows color (decimal): -4236664 or 8936127. OLE color: 8936127.

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

Color convert

RGB19190136-
CMYK00.530.290.25
HSL332.67º44.1%55.1%-
HSV(B)332.67º52.88%74.9%-
XYZ29.5920.1725.63-
YUV125.44133.96174.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=45.80%
G=21.58%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919013600.530.290.25332.6744.155.1
HexBF5A880351D1914d2c37
Octal27713221006535315155467
Binary1011111110110101000100001101011110111001101001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A88; }

 p { color: rgb(191,90,136); }

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

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

 a { background-color: rgb(191,90,136); }

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

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

 span { border-color: rgb(191,90,136); }

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