#BF3F59

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

Shades of Old Rose #BF3F59

Tints of Old Rose #BF3F59

Color information

#BF3F59 (or 0xBF3F59) is unknown color: approx Old Rose. HEX triplet: BF, 3F and 59. RGB value is (191,63,89). Sum of RGB (Red+Green+Blue) = 191+63+89=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F59 is #40C0A6. Grayscale: #686868. Windows color (decimal): -4243623 or 5849023. OLE color: 5849023.

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

Color convert

RGB1916389-
CMYK00.670.530.25
HSL347.81º50.39%49.8%-
HSV(B)347.81º67.02%74.9%-
XYZ25.0715.3511.09-
YUV104.24119.41189.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=55.69%
G=18.37%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191638900.670.530.25347.8150.3949.8
HexBF3F59043351915c3232
Octal27777131010365315346262
Binary1011111111111110110010100001111010111001101011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F59; }

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

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

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

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

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

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

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

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