#BF3048

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

Shades of Old Rose #BF3048

Tints of Old Rose #BF3048

Color information

#BF3048 (or 0xBF3048) is unknown color: approx Old Rose. HEX triplet: BF, 30 and 48. RGB value is (191,48,72). Sum of RGB (Red+Green+Blue) = 191+48+72=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3048 is #40CFB7. Grayscale: #5D5D5D. Windows color (decimal): -4247480 or 4731071. OLE color: 4731071.

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

Color convert

RGB1914872-
CMYK00.750.620.25
HSL349.93º59.83%46.86%-
HSV(B)349.93º74.87%74.9%-
XYZ23.7113.667.52-
YUV93.49115.88197.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=61.41%
G=15.43%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191487200.750.620.25349.9359.8346.86
HexBF304804B3E1915e3c2f
Octal27760110011376315367457
Binary1011111111000010010000100101111111011001101011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3048; }

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

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

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

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

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

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

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

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