#BF2E61

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

Shades of Old Rose #BF2E61

Tints of Old Rose #BF2E61

Color information

#BF2E61 (or 0xBF2E61) is unknown color: approx Old Rose. HEX triplet: BF, 2E and 61. RGB value is (191,46,97). Sum of RGB (Red+Green+Blue) = 191+46+97=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E61 is #40D19E. Grayscale: #5F5F5F. Windows color (decimal): -4247967 or 6368959. OLE color: 6368959.

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

Color convert

RGB1914697-
CMYK00.760.490.25
HSL338.9º61.18%46.47%-
HSV(B)338.9º75.92%74.9%-
XYZ24.6213.8912.69-
YUV95.17129.04196.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=57.19%
G=13.77%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191469700.760.490.25338.961.1846.47
HexBF2E6104C31191533d2e
Octal27756141011461315237556
Binary1011111110111011000010100110011000111001101010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E61; }

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

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

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

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

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

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

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

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