#BF4489

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

Shades of Mulberry #BF4489

Tints of Mulberry #BF4489

Color information

#BF4489 (or 0xBF4489) is unknown color: approx Mulberry. HEX triplet: BF, 44 and 89. RGB value is (191,68,137). Sum of RGB (Red+Green+Blue) = 191+68+137=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4489 is #40BB76. Grayscale: #707070. Windows color (decimal): -4242295 or 8996031. OLE color: 8996031.

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

Color convert

RGB19168137-
CMYK00.640.280.25
HSL326.34º49%50.78%-
HSV(B)326.34º64.4%74.9%-
XYZ28.0717.0225.47-
YUV112.64141.75183.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=48.23%
G=17.17%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916813700.640.280.25326.344950.78
HexBF44890401C191463133
Octal277104211010034315066163
Binary10111111100010010001001010000001110011001101000110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4489; }

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

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

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

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

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

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

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

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