#BF2955

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

Shades of Old Rose #BF2955

Tints of Old Rose #BF2955

Color information

#BF2955 (or 0xBF2955) is unknown color: approx Old Rose. HEX triplet: BF, 29 and 55. RGB value is (191,41,85). Sum of RGB (Red+Green+Blue) = 191+41+85=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2955 is #40D6AA. Grayscale: #5A5A5A. Windows color (decimal): -4249259 or 5581247. OLE color: 5581247.

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

Color convert

RGB1914185-
CMYK00.790.550.25
HSL342.4º64.66%45.49%-
HSV(B)342.4º78.53%74.9%-
XYZ23.9213.329.9-
YUV90.87124.7199.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=60.25%
G=12.93%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191418500.790.550.25342.464.6645.49
HexBF295504F3719156412d
Octal277511250117673152610155
Binary10111111101001101010101001111110111110011010101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2955; }

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

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

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

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

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

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

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

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