#BF2E52

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

Shades of Old Rose #BF2E52

Tints of Old Rose #BF2E52

Color information

#BF2E52 (or 0xBF2E52) is unknown color: approx Old Rose. HEX triplet: BF, 2E and 52. RGB value is (191,46,82). Sum of RGB (Red+Green+Blue) = 191+46+82=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E52 is #40D1AD. Grayscale: #5D5D5D. Windows color (decimal): -4247982 or 5385919. OLE color: 5385919.

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

Color convert

RGB1914682-
CMYK00.760.570.25
HSL345.1º61.18%46.47%-
HSV(B)345.1º75.92%74.9%-
XYZ23.9913.649.35-
YUV93.46121.54197.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=59.87%
G=14.42%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191468200.760.570.25345.161.1846.47
HexBF2E5204C39191593d2e
Octal27756122011471315317556
Binary1011111110111010100100100110011100111001101011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E52; }

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

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

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

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

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

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

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

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