#BF4D5A

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

Shades of Mandy #BF4D5A

Tints of Mandy #BF4D5A

Color information

#BF4D5A (or 0xBF4D5A) is unknown color: approx Mandy. HEX triplet: BF, 4D and 5A. RGB value is (191,77,90). Sum of RGB (Red+Green+Blue) = 191+77+90=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D5A is #40B2A5. Grayscale: #707070. Windows color (decimal): -4240038 or 5918143. OLE color: 5918143.

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

Color convert

RGB1917790-
CMYK00.600.530.25
HSL353.16º47.11%52.55%-
HSV(B)353.16º59.69%74.9%-
XYZ25.9917.1211.61-
YUV112.57115.27183.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=53.35%
G=21.51%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191779000.600.530.25353.1647.1152.55
HexBF4D5A03C35191612f35
Octal27711513207465315415765
Binary1011111110011011011010011110011010111001101100001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D5A; }

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

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

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

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

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

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

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

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