#BF5557

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

Shades of Mandy #BF5557

Tints of Mandy #BF5557

Color information

#BF5557 (or 0xBF5557) is unknown color: approx Mandy. HEX triplet: BF, 55 and 57. RGB value is (191,85,87). Sum of RGB (Red+Green+Blue) = 191+85+87=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5557 is #40AAA8. Grayscale: #757575. Windows color (decimal): -4237993 or 5723583. OLE color: 5723583.

HSL color Cylindrical-coordinate representation of color #BF5557: hue angle of 358.87º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5557 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1918587-
CMYK00.550.540.25
HSL358.87º45.3%54.12%-
HSV(B)358.87º55.5%74.9%-
XYZ26.4518.2611.15-
YUV116.92111.12180.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=52.62%
G=23.42%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191858700.550.540.25358.8745.354.12
HexBF555703736191672d36
Octal27712512706766315475566
Binary1011111110101011010111011011111011011001101100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5557; }

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

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

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

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

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

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

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

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