#BF1552

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

Shades of Old Rose #BF1552

Tints of Old Rose #BF1552

Color information

#BF1552 (or 0xBF1552) is unknown color: approx Old Rose. HEX triplet: BF, 15 and 52. RGB value is (191,21,82). Sum of RGB (Red+Green+Blue) = 191+21+82=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1552 is #40EAAD. Grayscale: #4E4E4E. Windows color (decimal): -4254382 or 5379519. OLE color: 5379519.

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

Color convert

RGB1912182-
CMYK00.890.570.25
HSL338.47º80.19%41.57%-
HSV(B)338.47º89.01%74.9%-
XYZ23.2812.229.11-
YUV78.78129.82208.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=64.97%
G=7.14%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191218200.890.570.25338.4780.1941.57
HexBF15520593919152502a
Octal277251220131713152212052
Binary1011111110101101001001011001111001110011010100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1552; }

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

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

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

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

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

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

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

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