#bf2559

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

Shades of Old Rose #BF2559

Tints of Old Rose #BF2559

Color information

#BF2559 (or 0xBF2559) is unknown color: approx Old Rose. HEX triplet: BF, 25 and 59. RGB value is (191,37,89). Sum of RGB (Red+Green+Blue) = 191+37+89=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2559 is #40DAA6. Grayscale: #585858. Windows color (decimal): -4250279 or 5842367. OLE color: 5842367.

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

Color convert

RGB1913789-
CMYK00.810.530.25
HSL339.74º67.54%44.71%-
HSV(B)339.74º80.63%74.9%-
XYZ23.9513.1210.72-
YUV88.97128.02200.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=60.25%
G=11.67%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191378900.810.530.25339.7467.5444.71
HexBF25590513519154442d
Octal277451310121653152410455
Binary10111111100101101100101010001110101110011010101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2559; }

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

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

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

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

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

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

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

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