#BF1A54

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

Shades of Old Rose #BF1A54

Tints of Old Rose #BF1A54

Color information

#BF1A54 (or 0xBF1A54) is unknown color: approx Old Rose. HEX triplet: BF, 1A and 54. RGB value is (191,26,84). Sum of RGB (Red+Green+Blue) = 191+26+84=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1A54 is #40E5AB. Grayscale: #515151. Windows color (decimal): -4253100 or 5511871. OLE color: 5511871.

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

Color convert

RGB1912684-
CMYK00.860.560.25
HSL338.91º76.04%42.55%-
HSV(B)338.91º86.39%74.9%-
XYZ23.4612.469.56-
YUV81.95129.16205.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.46%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=63.46%
G=8.64%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191268400.860.560.25338.9176.0442.55
HexBF1A5405638191534c2b
Octal277321240126703152311453
Binary1011111111010101010001010110111000110011010100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1A54; }

 p { color: rgb(191,26,84); }

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

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

 a { background-color: rgb(191,26,84); }

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

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

 span { border-color: rgb(191,26,84); }

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