#bf404e

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

Shades of Old Rose #BF404E

Tints of Old Rose #BF404E

Color information

#BF404E (or 0xBF404E) is unknown color: approx Old Rose. HEX triplet: BF, 40 and 4E. RGB value is (191,64,78). Sum of RGB (Red+Green+Blue) = 191+64+78=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF404E is #40BFB1. Grayscale: #676767. Windows color (decimal): -4243378 or 5128383. OLE color: 5128383.

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

Color convert

RGB1916478-
CMYK00.660.590.25
HSL353.39º49.8%50%-
HSV(B)353.39º66.49%74.9%-
XYZ24.6915.298.86-
YUV103.57113.58190.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=57.36%
G=19.22%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191647800.660.590.25353.3949.850
HexBF404E0423B191613232
Octal277100116010273315416262
Binary10111111100000010011100100001011101111001101100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf404e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf404e; }

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

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

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

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

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

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

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

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