#BF5A82

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

Shades of Mulberry #BF5A82

Tints of Mulberry #BF5A82

Color information

#BF5A82 (or 0xBF5A82) is unknown color: approx Mulberry. HEX triplet: BF, 5A and 82. RGB value is (191,90,130). Sum of RGB (Red+Green+Blue) = 191+90+130=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A82 is #40A57D. Grayscale: #7C7C7C. Windows color (decimal): -4236670 or 8542911. OLE color: 8542911.

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

Color convert

RGB19190130-
CMYK00.530.320.25
HSL336.24º44.1%55.1%-
HSV(B)336.24º52.88%74.9%-
XYZ29.172023.44-
YUV124.76130.96175.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=46.47%
G=21.90%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919013000.530.320.25336.2444.155.1
HexBF5A8203520191502c37
Octal27713220206540315205467
Binary10111111101101010000010011010110000011001101010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A82; }

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

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

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

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

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

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

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

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