#BF60A5

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

Shades of Mulberry #BF60A5

Tints of Mulberry #BF60A5

Color information

#BF60A5 (or 0xBF60A5) is unknown color: approx Mulberry. HEX triplet: BF, 60 and A5. RGB value is (191,96,165). Sum of RGB (Red+Green+Blue) = 191+96+165=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A5 is #409F5A. Grayscale: #848484. Windows color (decimal): -4235099 or 10838207. OLE color: 10838207.

HSL color Cylindrical-coordinate representation of color #BF60A5: hue angle of 316.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60A5 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19196165-
CMYK00.500.140.25
HSL316.42º42.6%56.27%-
HSV(B)316.42º49.74%74.9%-
XYZ32.4622.1638.16-
YUV132.27146.47169.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=42.26%
G=21.24%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919616500.500.140.25316.4242.656.27
HexBF60A5032E1913c2b38
Octal27714024506216314745370
Binary101111111100000101001010110010111011001100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60A5; }

 p { color: rgb(191,96,165); }

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

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

 a { background-color: rgb(191,96,165); }

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

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

 span { border-color: rgb(191,96,165); }

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