#BF545E

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

Shades of Mandy #BF545E

Tints of Mandy #BF545E

Color information

#BF545E (or 0xBF545E) is unknown color: approx Mandy. HEX triplet: BF, 54 and 5E. RGB value is (191,84,94). Sum of RGB (Red+Green+Blue) = 191+84+94=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF545E is #40ABA1. Grayscale: #757575. Windows color (decimal): -4238242 or 6182079. OLE color: 6182079.

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

Color convert

RGB1918494-
CMYK00.560.510.25
HSL354.39º45.53%53.92%-
HSV(B)354.39º56.02%74.9%-
XYZ26.6818.2312.7-
YUV117.13114.95180.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=51.76%
G=22.76%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191849400.560.510.25354.3945.5353.92
HexBF545E03833191622e36
Octal27712413607063315425666
Binary1011111110101001011110011100011001111001101100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF545E; }

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

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

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

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

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

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

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

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