#BF4D5D

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

Shades of Mandy #BF4D5D

Tints of Mandy #BF4D5D

Color information

#BF4D5D (or 0xBF4D5D) is unknown color: approx Mandy. HEX triplet: BF, 4D and 5D. RGB value is (191,77,93). Sum of RGB (Red+Green+Blue) = 191+77+93=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D5D is #40B2A2. Grayscale: #707070. Windows color (decimal): -4240035 or 6114751. OLE color: 6114751.

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

Color convert

RGB1917793-
CMYK00.600.510.25
HSL351.58º47.11%52.55%-
HSV(B)351.58º59.69%74.9%-
XYZ26.1217.1712.29-
YUV112.91116.77183.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=52.91%
G=21.33%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191779300.600.510.25351.5847.1152.55
HexBF4D5D03C33191602f35
Octal27711513507463315405765
Binary1011111110011011011101011110011001111001101100000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D5D; }

 p { color: rgb(191,77,93); }

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

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

 a { background-color: rgb(191,77,93); }

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

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

 span { border-color: rgb(191,77,93); }

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