#BF294E

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

Shades of Old Rose #BF294E

Tints of Old Rose #BF294E

Color information

#BF294E (or 0xBF294E) is unknown color: approx Old Rose. HEX triplet: BF, 29 and 4E. RGB value is (191,41,78). Sum of RGB (Red+Green+Blue) = 191+41+78=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF294E is #40D6B1. Grayscale: #5A5A5A. Windows color (decimal): -4249266 or 5122495. OLE color: 5122495.

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

Color convert

RGB1914178-
CMYK00.790.590.25
HSL345.2º64.66%45.49%-
HSV(B)345.2º78.53%74.9%-
XYZ23.6513.218.51-
YUV90.07121.2199.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.61%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=61.61%
G=13.23%
B=25.16%

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
Decimal191417800.790.590.25345.264.6645.49
HexBF294E04F3B19159412d
Octal277511160117733153110155
Binary10111111101001100111001001111111011110011010110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF294E; }

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

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

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

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

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

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

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

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