#BF5289

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

Shades of Mulberry #BF5289

Tints of Mulberry #BF5289

Color information

#BF5289 (or 0xBF5289) is unknown color: approx Mulberry. HEX triplet: BF, 52 and 89. RGB value is (191,82,137). Sum of RGB (Red+Green+Blue) = 191+82+137=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5289 is #40AD76. Grayscale: #787878. Windows color (decimal): -4238711 or 8999615. OLE color: 8999615.

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

Color convert

RGB19182137-
CMYK00.570.280.25
HSL329.72º45.99%53.53%-
HSV(B)329.72º57.07%74.9%-
XYZ29.0218.9225.79-
YUV120.86137.11178.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 82 (32.42% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=46.59%
G=20%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918213700.570.280.25329.7245.9953.53
HexBF52890391C1914a2e36
Octal27712221107134315125666
Binary1011111110100101000100101110011110011001101001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5289; }

 p { color: rgb(191,82,137); }

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

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

 a { background-color: rgb(191,82,137); }

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

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

 span { border-color: rgb(191,82,137); }

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