#BF1851

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

Shades of Old Rose #BF1851

Tints of Old Rose #BF1851

Color information

#BF1851 (or 0xBF1851) is unknown color: approx Old Rose. HEX triplet: BF, 18 and 51. RGB value is (191,24,81). Sum of RGB (Red+Green+Blue) = 191+24+81=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1851 is #40E7AE. Grayscale: #505050. Windows color (decimal): -4253615 or 5314751. OLE color: 5314751.

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

Color convert

RGB1912481-
CMYK00.870.580.25
HSL339.52º77.67%42.16%-
HSV(B)339.52º87.43%74.9%-
XYZ23.312.328.94-
YUV80.43128.33206.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.53%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 81 (32.03% from 255) = 27.36%
R=64.53%
G=8.11%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191248100.870.580.25339.5277.6742.16
HexBF18510573A191544e2a
Octal277301210127723152411652
Binary1011111111000101000101010111111010110011010101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1851; }

 p { color: rgb(191,24,81); }

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

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

 a { background-color: rgb(191,24,81); }

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

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

 span { border-color: rgb(191,24,81); }

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