#BF4595

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

Shades of Mulberry #BF4595

Tints of Mulberry #BF4595

Color information

#BF4595 (or 0xBF4595) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 95. RGB value is (191,69,149). Sum of RGB (Red+Green+Blue) = 191+69+149=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4595 is #40BA6A. Grayscale: #727272. Windows color (decimal): -4242027 or 9782719. OLE color: 9782719.

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

Color convert

RGB19169149-
CMYK00.640.220.25
HSL320.66º48.8%50.98%-
HSV(B)320.66º63.87%74.9%-
XYZ29.0417.530.28-
YUV114.6147.42182.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 69 (27.34% from 255) = 16.87%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=46.70%
G=16.87%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916914900.640.220.25320.6648.850.98
HexBF459504016191413133
Octal277105225010026315016163
Binary10111111100010110010101010000001011011001101000001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4595; }

 p { color: rgb(191,69,149); }

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

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

 a { background-color: rgb(191,69,149); }

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

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

 span { border-color: rgb(191,69,149); }

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