#BF1756

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

Shades of Old Rose #BF1756

Tints of Old Rose #BF1756

Color information

#BF1756 (or 0xBF1756) is unknown color: approx Old Rose. HEX triplet: BF, 17 and 56. RGB value is (191,23,86). Sum of RGB (Red+Green+Blue) = 191+23+86=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1756 is #40E8A9. Grayscale: #505050. Windows color (decimal): -4253866 or 5642175. OLE color: 5642175.

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

Color convert

RGB1912386-
CMYK00.880.550.25
HSL337.5º78.5%41.96%-
HSV(B)337.5º87.96%74.9%-
XYZ23.4712.369.95-
YUV80.41131.16206.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.67%
GREEN value IS 23 (9.38% from 255) = 7.67%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=63.67%
G=7.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191238600.880.550.25337.578.541.96
HexBF175605837191524f2a
Octal277271260130673152211752
Binary1011111110111101011001011000110111110011010100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1756; }

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

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

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

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

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

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

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

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