#BF3057

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

Shades of Old Rose #BF3057

Tints of Old Rose #BF3057

Color information

#BF3057 (or 0xBF3057) is unknown color: approx Old Rose. HEX triplet: BF, 30 and 57. RGB value is (191,48,87). Sum of RGB (Red+Green+Blue) = 191+48+87=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3057 is #40CFA8. Grayscale: #5F5F5F. Windows color (decimal): -4247465 or 5714111. OLE color: 5714111.

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

Color convert

RGB1914887-
CMYK00.750.540.25
HSL343.64º59.83%46.86%-
HSV(B)343.64º74.87%74.9%-
XYZ24.2613.8810.42-
YUV95.2123.38196.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 48 (19.14% from 255) = 14.72%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=58.59%
G=14.72%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191488700.750.540.25343.6459.8346.86
HexBF305704B36191583c2f
Octal27760127011366315307457
Binary1011111111000010101110100101111011011001101011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3057; }

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

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

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

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

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

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

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

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