#BF3F51

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

Shades of Old Rose #BF3F51

Tints of Old Rose #BF3F51

Color information

#BF3F51 (or 0xBF3F51) is unknown color: approx Old Rose. HEX triplet: BF, 3F and 51. RGB value is (191,63,81). Sum of RGB (Red+Green+Blue) = 191+63+81=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F51 is #40C0AE. Grayscale: #676767. Windows color (decimal): -4243631 or 5324735. OLE color: 5324735.

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

Color convert

RGB1916381-
CMYK00.670.580.25
HSL351.56º50.39%49.8%-
HSV(B)351.56º67.02%74.9%-
XYZ24.7515.239.42-
YUV103.32115.41190.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=57.01%
G=18.81%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191638100.670.580.25351.5650.3949.8
HexBF3F510433A191603232
Octal27777121010372315406262
Binary1011111111111110100010100001111101011001101100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F51; }

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

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

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

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

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

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

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

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