#BF1C50

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

Shades of Old Rose #BF1C50

Tints of Old Rose #BF1C50

Color information

#BF1C50 (or 0xBF1C50) is unknown color: approx Old Rose. HEX triplet: BF, 1C and 50. RGB value is (191,28,80). Sum of RGB (Red+Green+Blue) = 191+28+80=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C50 is #40E3AF. Grayscale: #525252. Windows color (decimal): -4252592 or 5250239. OLE color: 5250239.

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

Color convert

RGB1912880-
CMYK00.850.580.25
HSL340.86º74.43%42.94%-
HSV(B)340.86º85.34%74.9%-
XYZ23.3512.498.77-
YUV82.66126.5205.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.88%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=63.88%
G=9.36%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191288000.850.580.25340.8674.4342.94
HexBF1C500553A191554a2b
Octal277341200125723152511253
Binary1011111111100101000001010101111010110011010101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C50; }

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

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

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

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

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

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

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

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