#BF3147

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

Shades of Old Rose #BF3147

Tints of Old Rose #BF3147

Color information

#BF3147 (or 0xBF3147) is unknown color: approx Old Rose. HEX triplet: BF, 31 and 47. RGB value is (191,49,71). Sum of RGB (Red+Green+Blue) = 191+49+71=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3147 is #40CEB8. Grayscale: #5E5E5E. Windows color (decimal): -4247225 or 4665791. OLE color: 4665791.

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

Color convert

RGB1914971-
CMYK00.740.630.25
HSL350.7º59.17%47.06%-
HSV(B)350.7º74.35%74.9%-
XYZ23.7213.737.36-
YUV93.97115.04197.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=61.41%
G=15.76%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191497100.740.630.25350.759.1747.06
HexBF314704A3F1915f3b2f
Octal27761107011277315377357
Binary1011111111000110001110100101011111111001101011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3147; }

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

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

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

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

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

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

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

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