#BF2E53

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

Shades of Old Rose #BF2E53

Tints of Old Rose #BF2E53

Color information

#BF2E53 (or 0xBF2E53) is unknown color: approx Old Rose. HEX triplet: BF, 2E and 53. RGB value is (191,46,83). Sum of RGB (Red+Green+Blue) = 191+46+83=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E53 is #40D1AC. Grayscale: #5D5D5D. Windows color (decimal): -4247981 or 5451455. OLE color: 5451455.

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

Color convert

RGB1914683-
CMYK00.760.570.25
HSL344.69º61.18%46.47%-
HSV(B)344.69º75.92%74.9%-
XYZ24.0213.659.55-
YUV93.57122.04197.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=59.69%
G=14.38%
B=25.94%

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
Decimal191468300.760.570.25344.6961.1846.47
HexBF2E5304C39191593d2e
Octal27756123011471315317556
Binary1011111110111010100110100110011100111001101011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E53; }

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

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

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

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

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

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

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

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