#BF4A4E

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

Shades of Mandy #BF4A4E

Tints of Mandy #BF4A4E

Color information

#BF4A4E (or 0xBF4A4E) is unknown color: approx Mandy. HEX triplet: BF, 4A and 4E. RGB value is (191,74,78). Sum of RGB (Red+Green+Blue) = 191+74+78=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A4E is #40B5B1. Grayscale: #6D6D6D. Windows color (decimal): -4240818 or 5130943. OLE color: 5130943.

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

Color convert

RGB1917478-
CMYK00.610.590.25
HSL357.95º47.76%51.96%-
HSV(B)357.95º61.26%74.9%-
XYZ25.3116.529.06-
YUV109.44110.26186.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=55.69%
G=21.57%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191747800.610.590.25357.9547.7651.96
HexBF4A4E03D3B191663034
Octal27711211607573315466064
Binary1011111110010101001110011110111101111001101100110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A4E; }

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

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

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

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

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

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

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

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