#BF4E53

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

Shades of Mandy #BF4E53

Tints of Mandy #BF4E53

Color information

#BF4E53 (or 0xBF4E53) is unknown color: approx Mandy. HEX triplet: BF, 4E and 53. RGB value is (191,78,83). Sum of RGB (Red+Green+Blue) = 191+78+83=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E53 is #40B1AC. Grayscale: #707070. Windows color (decimal): -4239789 or 5459647. OLE color: 5459647.

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

Color convert

RGB1917883-
CMYK00.590.570.25
HSL357.35º46.89%52.75%-
HSV(B)357.35º59.16%74.9%-
XYZ25.7717.1510.14-
YUV112.36111.44184.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=54.26%
G=22.16%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191788300.590.570.25357.3546.8952.75
HexBF4E5303B39191652f35
Octal27711612307371315455765
Binary1011111110011101010011011101111100111001101100101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E53; }

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

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

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

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

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

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

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

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