#BF598C

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

Shades of Mulberry #BF598C

Tints of Mulberry #BF598C

Color information

#BF598C (or 0xBF598C) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 8C. RGB value is (191,89,140). Sum of RGB (Red+Green+Blue) = 191+89+140=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF598C is #40A673. Grayscale: #7D7D7D. Windows color (decimal): -4236916 or 9198015. OLE color: 9198015.

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

Color convert

RGB19189140-
CMYK00.530.270.25
HSL330º44.35%54.9%-
HSV(B)330º53.4%74.9%-
XYZ29.7920.1127.12-
YUV125.31136.29174.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=45.48%
G=21.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918914000.530.270.2533044.3554.9
HexBF598C0351B1914a2c37
Octal27713121406533315125467
Binary1011111110110011000110001101011101111001101001010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF598C; }

 p { color: rgb(191,89,140); }

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

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

 a { background-color: rgb(191,89,140); }

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

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

 span { border-color: rgb(191,89,140); }

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