#BF545C

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

Shades of Mandy #BF545C

Tints of Mandy #BF545C

Color information

#BF545C (or 0xBF545C) is unknown color: approx Mandy. HEX triplet: BF, 54 and 5C. RGB value is (191,84,92). Sum of RGB (Red+Green+Blue) = 191+84+92=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF545C is #40ABA3. Grayscale: #747474. Windows color (decimal): -4238244 or 6051007. OLE color: 6051007.

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

Color convert

RGB1918492-
CMYK00.560.520.25
HSL355.51º45.53%53.92%-
HSV(B)355.51º56.02%74.9%-
XYZ26.5918.1912.23-
YUV116.9113.95180.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=52.04%
G=22.89%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191849200.560.520.25355.5145.5353.92
HexBF545C03834191642e36
Octal27712413407064315445666
Binary1011111110101001011100011100011010011001101100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF545C; }

 p { color: rgb(191,84,92); }

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

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

 a { background-color: rgb(191,84,92); }

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

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

 span { border-color: rgb(191,84,92); }

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