#bf2c5f

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

Shades of Old Rose #BF2C5F

Tints of Old Rose #BF2C5F

Color information

#BF2C5F (or 0xBF2C5F) is unknown color: approx Old Rose. HEX triplet: BF, 2C and 5F. RGB value is (191,44,95). Sum of RGB (Red+Green+Blue) = 191+44+95=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C5F is #40D3A0. Grayscale: #5D5D5D. Windows color (decimal): -4248481 or 6237375. OLE color: 6237375.

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

Color convert

RGB1914495-
CMYK00.770.500.25
HSL339.18º62.55%46.08%-
HSV(B)339.18º76.96%74.9%-
XYZ24.4513.712.18-
YUV93.77128.7197.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 44 (17.58% from 255) = 13.33%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=57.88%
G=13.33%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191449500.770.500.25339.1862.5546.08
HexBF2C5F04D32191533f2e
Octal27754137011562315237756
Binary1011111110110010111110100110111001011001101010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2c5f; }

 p { color: rgb(191,44,95); }

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

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

 a { background-color: rgb(191,44,95); }

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

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

 span { border-color: rgb(191,44,95); }

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