#BF3F58

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

Shades of Old Rose #BF3F58

Tints of Old Rose #BF3F58

Color information

#BF3F58 (or 0xBF3F58) is unknown color: approx Old Rose. HEX triplet: BF, 3F and 58. RGB value is (191,63,88). Sum of RGB (Red+Green+Blue) = 191+63+88=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F58 is #40C0A7. Grayscale: #686868. Windows color (decimal): -4243624 or 5783487. OLE color: 5783487.

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

Color convert

RGB1916388-
CMYK00.670.540.25
HSL348.28º50.39%49.8%-
HSV(B)348.28º67.02%74.9%-
XYZ25.0215.3410.87-
YUV104.12118.91189.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=55.85%
G=18.42%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191638800.670.540.25348.2850.3949.8
HexBF3F58043361915c3232
Octal27777130010366315346262
Binary1011111111111110110000100001111011011001101011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F58; }

 p { color: rgb(191,63,88); }

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

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

 a { background-color: rgb(191,63,88); }

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

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

 span { border-color: rgb(191,63,88); }

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