#BF1850

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

Shades of Old Rose #BF1850

Tints of Old Rose #BF1850

Color information

#BF1850 (or 0xBF1850) is unknown color: approx Old Rose. HEX triplet: BF, 18 and 50. RGB value is (191,24,80). Sum of RGB (Red+Green+Blue) = 191+24+80=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1850 is #40E7AF. Grayscale: #505050. Windows color (decimal): -4253616 or 5249215. OLE color: 5249215.

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

Color convert

RGB1912480-
CMYK00.870.580.25
HSL339.88º77.67%42.16%-
HSV(B)339.88º87.43%74.9%-
XYZ23.2612.318.74-
YUV80.32127.83206.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.75%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=64.75%
G=8.14%
B=27.12%

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
Decimal191248000.870.580.25339.8877.6742.16
HexBF18500573A191544e2a
Octal277301200127723152411652
Binary1011111111000101000001010111111010110011010101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1850; }

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

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

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

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

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

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

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

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