#BF1551

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

Shades of Old Rose #BF1551

Tints of Old Rose #BF1551

Color information

#BF1551 (or 0xBF1551) is unknown color: approx Old Rose. HEX triplet: BF, 15 and 51. RGB value is (191,21,81). Sum of RGB (Red+Green+Blue) = 191+21+81=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1551 is #40EAAE. Grayscale: #4E4E4E. Windows color (decimal): -4254383 or 5313983. OLE color: 5313983.

HSL color Cylindrical-coordinate representation of color #BF1551: hue angle of 338.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1551 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1912181-
CMYK00.890.580.25
HSL338.82º80.19%41.57%-
HSV(B)338.82º89.01%74.9%-
XYZ23.2412.218.92-
YUV78.67129.32208.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=65.19%
G=7.17%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191218100.890.580.25338.8280.1941.57
HexBF15510593A19153502a
Octal277251210131723152312052
Binary1011111110101101000101011001111010110011010100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1551; }

 p { color: rgb(191,21,81); }

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

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

 a { background-color: rgb(191,21,81); }

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

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

 span { border-color: rgb(191,21,81); }

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