#BF5596

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

Shades of Mulberry #BF5596

Tints of Mulberry #BF5596

Color information

#BF5596 (or 0xBF5596) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 96. RGB value is (191,85,150). Sum of RGB (Red+Green+Blue) = 191+85+150=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5596 is #40AA69. Grayscale: #7B7B7B. Windows color (decimal): -4237930 or 9852351. OLE color: 9852351.

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

Color convert

RGB19185150-
CMYK00.550.210.25
HSL323.21º45.3%54.12%-
HSV(B)323.21º55.5%74.9%-
XYZ30.2419.7831.08-
YUV124.1142.62175.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=44.84%
G=19.95%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918515000.550.210.25323.2145.354.12
HexBF559603715191432d36
Octal27712522606725315035566
Binary1011111110101011001011001101111010111001101000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5596; }

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

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

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

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

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

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

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

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