#BF3F53

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

Shades of Old Rose #BF3F53

Tints of Old Rose #BF3F53

Color information

#BF3F53 (or 0xBF3F53) is unknown color: approx Old Rose. HEX triplet: BF, 3F and 53. RGB value is (191,63,83). Sum of RGB (Red+Green+Blue) = 191+63+83=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F53 is #40C0AC. Grayscale: #676767. Windows color (decimal): -4243629 or 5455807. OLE color: 5455807.

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

Color convert

RGB1916383-
CMYK00.670.570.25
HSL350.62º50.39%49.8%-
HSV(B)350.62º67.02%74.9%-
XYZ24.8215.269.82-
YUV103.55116.41190.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=56.68%
G=18.69%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191638300.670.570.25350.6250.3949.8
HexBF3F53043391915f3232
Octal27777123010371315376262
Binary1011111111111110100110100001111100111001101011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F53; }

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

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

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

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

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

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

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

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