#BF304D

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

Shades of Old Rose #BF304D

Tints of Old Rose #BF304D

Color information

#BF304D (or 0xBF304D) is unknown color: approx Old Rose. HEX triplet: BF, 30 and 4D. RGB value is (191,48,77). Sum of RGB (Red+Green+Blue) = 191+48+77=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF304D is #40CFB2. Grayscale: #5E5E5E. Windows color (decimal): -4247475 or 5058751. OLE color: 5058751.

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

Color convert

RGB1914877-
CMYK00.750.600.25
HSL347.83º59.83%46.86%-
HSV(B)347.83º74.87%74.9%-
XYZ23.8813.738.41-
YUV94.06118.38197.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 77 (30.47% from 255) = 24.37%
R=60.44%
G=15.19%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191487700.750.600.25347.8359.8346.86
HexBF304D04B3C1915c3c2f
Octal27760115011374315347457
Binary1011111111000010011010100101111110011001101011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF304D; }

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

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

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

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

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

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

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

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