#BF2E50

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

Shades of Old Rose #BF2E50

Tints of Old Rose #BF2E50

Color information

#BF2E50 (or 0xBF2E50) is unknown color: approx Old Rose. HEX triplet: BF, 2E and 50. RGB value is (191,46,80). Sum of RGB (Red+Green+Blue) = 191+46+80=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E50 is #40D1AF. Grayscale: #5D5D5D. Windows color (decimal): -4247984 or 5254847. OLE color: 5254847.

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

Color convert

RGB1914680-
CMYK00.760.580.25
HSL345.93º61.18%46.47%-
HSV(B)345.93º75.92%74.9%-
XYZ23.9113.618.96-
YUV93.23120.54197.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=60.25%
G=14.51%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191468000.760.580.25345.9361.1846.47
HexBF2E5004C3A1915a3d2e
Octal27756120011472315327556
Binary1011111110111010100000100110011101011001101011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E50; }

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

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

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

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

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

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

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

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