#BF2E54

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

Shades of Old Rose #BF2E54

Tints of Old Rose #BF2E54

Color information

#BF2E54 (or 0xBF2E54) is unknown color: approx Old Rose. HEX triplet: BF, 2E and 54. RGB value is (191,46,84). Sum of RGB (Red+Green+Blue) = 191+46+84=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E54 is #40D1AB. Grayscale: #5D5D5D. Windows color (decimal): -4247980 or 5516991. OLE color: 5516991.

HSL color Cylindrical-coordinate representation of color #BF2E54: hue angle of 344.28º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E54 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1914684-
CMYK00.760.560.25
HSL344.28º61.18%46.47%-
HSV(B)344.28º75.92%74.9%-
XYZ24.0613.679.76-
YUV93.69122.54197.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=59.50%
G=14.33%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191468400.760.560.25344.2861.1846.47
HexBF2E5404C38191583d2e
Octal27756124011470315307556
Binary1011111110111010101000100110011100011001101011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E54; }

 p { color: rgb(191,46,84); }

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

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

 a { background-color: rgb(191,46,84); }

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

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

 span { border-color: rgb(191,46,84); }

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