#BF5585

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

Shades of Mulberry #BF5585

Tints of Mulberry #BF5585

Color information

#BF5585 (or 0xBF5585) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 85. RGB value is (191,85,133). Sum of RGB (Red+Green+Blue) = 191+85+133=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5585 is #40AA7A. Grayscale: #7A7A7A. Windows color (decimal): -4237947 or 8738239. OLE color: 8738239.

HSL color Cylindrical-coordinate representation of color #BF5585: hue angle of 332.83º 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 #BF5585 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB19185133-
CMYK00.550.300.25
HSL332.83º45.3%54.12%-
HSV(B)332.83º55.5%74.9%-
XYZ28.9719.2724.38-
YUV122.17134.12177.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=46.70%
G=20.78%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918513300.550.300.25332.8345.354.12
HexBF55850371E1914d2d36
Octal27712520506736315155566
Binary1011111110101011000010101101111111011001101001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5585; }

 p { color: rgb(191,85,133); }

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

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

 a { background-color: rgb(191,85,133); }

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

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

 span { border-color: rgb(191,85,133); }

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