#BF174F

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

Shades of Old Rose #BF174F

Tints of Old Rose #BF174F

Color information

#BF174F (or 0xBF174F) is unknown color: approx Old Rose. HEX triplet: BF, 17 and 4F. RGB value is (191,23,79). Sum of RGB (Red+Green+Blue) = 191+23+79=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF174F is #40E8B0. Grayscale: #4F4F4F. Windows color (decimal): -4253873 or 5183423. OLE color: 5183423.

HSL color Cylindrical-coordinate representation of color #BF174F: hue angle of 340º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF174F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1912379-
CMYK00.880.590.25
HSL340º78.5%41.96%-
HSV(B)340º87.96%74.9%-
XYZ23.212.258.54-
YUV79.62127.66207.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=65.19%
G=7.85%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191237900.880.590.2534078.541.96
HexBF174F0583B191544f2a
Octal277271170130733152411752
Binary1011111110111100111101011000111011110011010101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF174F; }

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

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

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

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

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

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

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

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