#BF575E

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

Shades of Mandy #BF575E

Tints of Mandy #BF575E

Color information

#BF575E (or 0xBF575E) is unknown color: approx Mandy. HEX triplet: BF, 57 and 5E. RGB value is (191,87,94). Sum of RGB (Red+Green+Blue) = 191+87+94=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF575E is #40A8A1. Grayscale: #767676. Windows color (decimal): -4237474 or 6182847. OLE color: 6182847.

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

Color convert

RGB1918794-
CMYK00.540.510.25
HSL355.96º44.83%54.51%-
HSV(B)355.96º54.45%74.9%-
XYZ26.9118.712.78-
YUV118.89113.96179.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=51.34%
G=23.39%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191879400.540.510.25355.9644.8354.51
HexBF575E03633191642d37
Octal27712713606663315445567
Binary1011111110101111011110011011011001111001101100100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF575E; }

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

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

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

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

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

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

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

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