#BF2649

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

Shades of Old Rose #BF2649

Tints of Old Rose #BF2649

Color information

#BF2649 (or 0xBF2649) is unknown color: approx Old Rose. HEX triplet: BF, 26 and 49. RGB value is (191,38,73). Sum of RGB (Red+Green+Blue) = 191+38+73=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2649 is #40D9B6. Grayscale: #575757. Windows color (decimal): -4250039 or 4794047. OLE color: 4794047.

HSL color Cylindrical-coordinate representation of color #BF2649: hue angle of 346.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2649 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1913873-
CMYK00.800.620.25
HSL346.27º66.81%44.9%-
HSV(B)346.27º80.1%74.9%-
XYZ23.3812.947.57-
YUV87.74119.69201.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.25%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=63.25%
G=12.58%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191387300.800.620.25346.2766.8144.9
HexBF26490503E1915a432d
Octal277461110120763153210355
Binary10111111100110100100101010000111110110011010110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2649; }

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

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

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

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

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

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

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

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