#BF3B59

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

Shades of Old Rose #BF3B59

Tints of Old Rose #BF3B59

Color information

#BF3B59 (or 0xBF3B59) is unknown color: approx Old Rose. HEX triplet: BF, 3B and 59. RGB value is (191,59,89). Sum of RGB (Red+Green+Blue) = 191+59+89=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B59 is #40C4A6. Grayscale: #656565. Windows color (decimal): -4244647 or 5847999. OLE color: 5847999.

HSL color Cylindrical-coordinate representation of color #BF3B59: hue angle of 346.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B59 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1915989-
CMYK00.690.530.25
HSL346.36º52.8%49.02%-
HSV(B)346.36º69.11%74.9%-
XYZ24.8514.9311.02-
YUV101.89120.73191.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=56.34%
G=17.40%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191598900.690.530.25346.3652.849.02
HexBF3B59045351915a3531
Octal27773131010565315326561
Binary1011111111101110110010100010111010111001101011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B59; }

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

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

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

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

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

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

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

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