#BF315F

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

Shades of Old Rose #BF315F

Tints of Old Rose #BF315F

Color information

#BF315F (or 0xBF315F) is unknown color: approx Old Rose. HEX triplet: BF, 31 and 5F. RGB value is (191,49,95). Sum of RGB (Red+Green+Blue) = 191+49+95=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF315F is #40CEA0. Grayscale: #606060. Windows color (decimal): -4247201 or 6238655. OLE color: 6238655.

HSL color Cylindrical-coordinate representation of color #BF315F: hue angle of 340.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF315F is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1914995-
CMYK00.740.500.25
HSL340.56º59.17%47.06%-
HSV(B)340.56º74.35%74.9%-
XYZ24.6514.112.25-
YUV96.7127.04195.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=57.01%
G=14.63%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191499500.740.500.25340.5659.1747.06
HexBF315F04A32191553b2f
Octal27761137011262315257357
Binary1011111111000110111110100101011001011001101010101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF315F; }

 p { color: rgb(191,49,95); }

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

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

 a { background-color: rgb(191,49,95); }

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

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

 span { border-color: rgb(191,49,95); }

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