#BF2546

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

Shades of Old Rose #BF2546

Tints of Old Rose #BF2546

Color information

#BF2546 (or 0xBF2546) is unknown color: approx Old Rose. HEX triplet: BF, 25 and 46. RGB value is (191,37,70). Sum of RGB (Red+Green+Blue) = 191+37+70=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2546 is #40DAB9. Grayscale: #565656. Windows color (decimal): -4250298 or 4597183. OLE color: 4597183.

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

Color convert

RGB1913770-
CMYK00.810.630.25
HSL347.14º67.54%44.71%-
HSV(B)347.14º80.63%74.9%-
XYZ23.2512.847.05-
YUV86.81118.52202.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.09%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=64.09%
G=12.42%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191377000.810.630.25347.1467.5444.71
HexBF25460513F1915b442d
Octal277451060121773153310455
Binary10111111100101100011001010001111111110011010110111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2546; }

 p { color: rgb(191,37,70); }

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

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

 a { background-color: rgb(191,37,70); }

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

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

 span { border-color: rgb(191,37,70); }

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