#BF294F

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

Shades of Old Rose #BF294F

Tints of Old Rose #BF294F

Color information

#BF294F (or 0xBF294F) is unknown color: approx Old Rose. HEX triplet: BF, 29 and 4F. RGB value is (191,41,79). Sum of RGB (Red+Green+Blue) = 191+41+79=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF294F is #40D6B0. Grayscale: #5A5A5A. Windows color (decimal): -4249265 or 5188031. OLE color: 5188031.

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

Color convert

RGB1914179-
CMYK00.790.590.25
HSL344.8º64.66%45.49%-
HSV(B)344.8º78.53%74.9%-
XYZ23.6913.238.7-
YUV90.18121.7199.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=61.41%
G=13.18%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191417900.790.590.25344.864.6645.49
HexBF294F04F3B19159412d
Octal277511170117733153110155
Binary10111111101001100111101001111111011110011010110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF294F; }

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

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

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

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

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

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

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

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