#BF599C

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

Shades of Mulberry #BF599C

Tints of Mulberry #BF599C

Color information

#BF599C (or 0xBF599C) is unknown color: approx Mulberry. HEX triplet: BF, 59 and 9C. RGB value is (191,89,156). Sum of RGB (Red+Green+Blue) = 191+89+156=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF599C is #40A663. Grayscale: #7E7E7E. Windows color (decimal): -4236900 or 10246591. OLE color: 10246591.

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

Color convert

RGB19189156-
CMYK00.530.180.25
HSL320.59º44.35%54.9%-
HSV(B)320.59º53.4%74.9%-
XYZ31.0620.6233.8-
YUV127.14144.29173.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=43.81%
G=20.41%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918915600.530.180.25320.5944.3554.9
HexBF599C03512191412c37
Octal27713123406522315015467
Binary1011111110110011001110001101011001011001101000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF599C; }

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

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

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

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

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

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

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

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