#BF4556

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

Shades of Mandy #BF4556

Tints of Mandy #BF4556

Color information

#BF4556 (or 0xBF4556) is unknown color: approx Mandy. HEX triplet: BF, 45 and 56. RGB value is (191,69,86). Sum of RGB (Red+Green+Blue) = 191+69+86=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4556 is #40BAA9. Grayscale: #6B6B6B. Windows color (decimal): -4242090 or 5653951. OLE color: 5653951.

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

Color convert

RGB1916986-
CMYK00.640.550.25
HSL351.64º48.8%50.98%-
HSV(B)351.64º63.87%74.9%-
XYZ25.291610.56-
YUV107.42115.92187.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=55.20%
G=19.94%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191698600.640.550.25351.6448.850.98
HexBF455604037191603133
Octal277105126010067315406163
Binary10111111100010110101100100000011011111001101100000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4556; }

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

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

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

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

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

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

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

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