#BF4D4E

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

Shades of Mandy #BF4D4E

Tints of Mandy #BF4D4E

Color information

#BF4D4E (or 0xBF4D4E) is unknown color: approx Mandy. HEX triplet: BF, 4D and 4E. RGB value is (191,77,78). Sum of RGB (Red+Green+Blue) = 191+77+78=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D4E is #40B2B1. Grayscale: #6F6F6F. Windows color (decimal): -4240050 or 5131711. OLE color: 5131711.

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

Color convert

RGB1917778-
CMYK00.600.590.25
HSL359.47º47.11%52.55%-
HSV(B)359.47º59.69%74.9%-
XYZ25.5116.939.13-
YUV111.2109.27184.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=55.20%
G=22.25%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191777800.600.590.25359.4747.1152.55
HexBF4D4E03C3B191672f35
Octal27711511607473315475765
Binary1011111110011011001110011110011101111001101100111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D4E; }

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

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

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

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

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

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

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

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