#BF4557

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

Shades of Mandy #BF4557

Tints of Mandy #BF4557

Color information

#BF4557 (or 0xBF4557) is unknown color: approx Mandy. HEX triplet: BF, 45 and 57. RGB value is (191,69,87). Sum of RGB (Red+Green+Blue) = 191+69+87=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4557 is #40BAA8. Grayscale: #6B6B6B. Windows color (decimal): -4242089 or 5719487. OLE color: 5719487.

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

Color convert

RGB1916987-
CMYK00.640.540.25
HSL351.15º48.8%50.98%-
HSV(B)351.15º63.87%74.9%-
XYZ25.3316.0210.77-
YUV107.53116.42187.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=55.04%
G=19.88%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191698700.640.540.25351.1548.850.98
HexBF4557040361915f3133
Octal277105127010066315376163
Binary10111111100010110101110100000011011011001101011111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4557; }

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

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

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

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

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

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

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

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