#BF304F

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

Shades of Old Rose #BF304F

Tints of Old Rose #BF304F

Color information

#BF304F (or 0xBF304F) is unknown color: approx Old Rose. HEX triplet: BF, 30 and 4F. RGB value is (191,48,79). Sum of RGB (Red+Green+Blue) = 191+48+79=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF304F is #40CFB0. Grayscale: #5E5E5E. Windows color (decimal): -4247473 or 5189823. OLE color: 5189823.

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

Color convert

RGB1914879-
CMYK00.750.590.25
HSL346.99º59.83%46.86%-
HSV(B)346.99º74.87%74.9%-
XYZ23.9513.758.79-
YUV94.29119.38196.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=60.06%
G=15.09%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191487900.750.590.25346.9959.8346.86
HexBF304F04B3B1915b3c2f
Octal27760117011373315337457
Binary1011111111000010011110100101111101111001101011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF304F; }

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

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

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

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

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

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

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

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