#BF3050

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

Shades of Old Rose #BF3050

Tints of Old Rose #BF3050

Color information

#BF3050 (or 0xBF3050) is unknown color: approx Old Rose. HEX triplet: BF, 30 and 50. RGB value is (191,48,80). Sum of RGB (Red+Green+Blue) = 191+48+80=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3050 is #40CFAF. Grayscale: #5E5E5E. Windows color (decimal): -4247472 or 5255359. OLE color: 5255359.

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

Color convert

RGB1914880-
CMYK00.750.580.25
HSL346.57º59.83%46.86%-
HSV(B)346.57º74.87%74.9%-
XYZ23.9913.778.98-
YUV94.4119.88196.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=59.87%
G=15.05%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191488000.750.580.25346.5759.8346.86
HexBF305004B3A1915b3c2f
Octal27760120011372315337457
Binary1011111111000010100000100101111101011001101011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3050; }

 p { color: rgb(191,48,80); }

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

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

 a { background-color: rgb(191,48,80); }

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

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

 span { border-color: rgb(191,48,80); }

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