#BF4649

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

Shades of Mandy #BF4649

Tints of Mandy #BF4649

Color information

#BF4649 (or 0xBF4649) is unknown color: approx Mandy. HEX triplet: BF, 46 and 49. RGB value is (191,70,73). Sum of RGB (Red+Green+Blue) = 191+70+73=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4649 is #40B9B6. Grayscale: #6A6A6A. Windows color (decimal): -4241847 or 4802239. OLE color: 4802239.

HSL color Cylindrical-coordinate representation of color #BF4649: hue angle of 358.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4649 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1917073-
CMYK00.630.620.25
HSL358.51º48.59%51.18%-
HSV(B)358.51º63.35%74.9%-
XYZ24.8815.948.07-
YUV106.52109.09188.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=57.19%
G=20.96%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191707300.630.620.25358.5148.5951.18
HexBF464903F3E191673133
Octal27710611107776315476163
Binary1011111110001101001001011111111111011001101100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4649; }

 p { color: rgb(191,70,73); }

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

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

 a { background-color: rgb(191,70,73); }

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

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

 span { border-color: rgb(191,70,73); }

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