#BF5357

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

Shades of Mandy #BF5357

Tints of Mandy #BF5357

Color information

#BF5357 (or 0xBF5357) is unknown color: approx Mandy. HEX triplet: BF, 53 and 57. RGB value is (191,83,87). Sum of RGB (Red+Green+Blue) = 191+83+87=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5357 is #40ACA8. Grayscale: #737373. Windows color (decimal): -4238505 or 5723071. OLE color: 5723071.

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

Color convert

RGB1918387-
CMYK00.570.540.25
HSL357.78º45.76%53.73%-
HSV(B)357.78º56.54%74.9%-
XYZ26.317.9511.1-
YUV115.75111.78181.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=52.91%
G=22.99%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191838700.570.540.25357.7845.7653.73
HexBF535703936191662e36
Octal27712312707166315465666
Binary1011111110100111010111011100111011011001101100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5357; }

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

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

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

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

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

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

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

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