#BF1A56

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

Shades of Old Rose #BF1A56

Tints of Old Rose #BF1A56

Color information

#BF1A56 (or 0xBF1A56) is unknown color: approx Old Rose. HEX triplet: BF, 1A and 56. RGB value is (191,26,86). Sum of RGB (Red+Green+Blue) = 191+26+86=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1A56 is #40E5A9. Grayscale: #525252. Windows color (decimal): -4253098 or 5642943. OLE color: 5642943.

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

Color convert

RGB1912686-
CMYK00.860.550.25
HSL338.18º76.04%42.55%-
HSV(B)338.18º86.39%74.9%-
XYZ23.5312.499.97-
YUV82.18130.16205.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=63.04%
G=8.58%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191268600.860.550.25338.1876.0442.55
HexBF1A5605637191524c2b
Octal277321260126673152211453
Binary1011111111010101011001010110110111110011010100101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1A56; }

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

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

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

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

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

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

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

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