#BF4D4F

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

Shades of Mandy #BF4D4F

Tints of Mandy #BF4D4F

Color information

#BF4D4F (or 0xBF4D4F) is unknown color: approx Mandy. HEX triplet: BF, 4D and 4F. RGB value is (191,77,79). Sum of RGB (Red+Green+Blue) = 191+77+79=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D4F is #40B2B0. Grayscale: #6F6F6F. Windows color (decimal): -4240049 or 5197247. OLE color: 5197247.

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

Color convert

RGB1917779-
CMYK00.600.590.25
HSL358.95º47.11%52.55%-
HSV(B)358.95º59.69%74.9%-
XYZ25.5516.959.32-
YUV111.31109.77184.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 77 (30.47% from 255) = 22.19%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=55.04%
G=22.19%
B=22.77%

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
Decimal191777900.600.590.25358.9547.1152.55
HexBF4D4F03C3B191672f35
Octal27711511707473315475765
Binary1011111110011011001111011110011101111001101100111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D4F; }

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

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

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

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

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

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

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

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