#BF2957

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

Shades of Old Rose #BF2957

Tints of Old Rose #BF2957

Color information

#BF2957 (or 0xBF2957) is unknown color: approx Old Rose. HEX triplet: BF, 29 and 57. RGB value is (191,41,87). Sum of RGB (Red+Green+Blue) = 191+41+87=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2957 is #40D6A8. Grayscale: #5B5B5B. Windows color (decimal): -4249257 or 5712319. OLE color: 5712319.

HSL color Cylindrical-coordinate representation of color #BF2957: hue angle of 341.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2957 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1914187-
CMYK00.790.540.25
HSL341.6º64.66%45.49%-
HSV(B)341.6º78.53%74.9%-
XYZ2413.3510.33-
YUV91.09125.7199.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=59.87%
G=12.85%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191418700.790.540.25341.664.6645.49
HexBF295704F3619156412d
Octal277511270117663152610155
Binary10111111101001101011101001111110110110011010101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2957; }

 p { color: rgb(191,41,87); }

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

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

 a { background-color: rgb(191,41,87); }

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

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

 span { border-color: rgb(191,41,87); }

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