#ba1856

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

Shades of Old Rose #BA1856

Tints of Old Rose #BA1856

Color information

#BA1856 (or 0xBA1856) is unknown color: approx Old Rose. HEX triplet: BA, 18 and 56. RGB value is (186,24,86). Sum of RGB (Red+Green+Blue) = 186+24+86=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1856 is #45E7A9. Grayscale: #4F4F4F. Windows color (decimal): -4581290 or 5642426. OLE color: 5642426.

HSL color Cylindrical-coordinate representation of color #BA1856: hue angle of 337.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1856 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1862486-
CMYK00.870.540.27
HSL337.04º77.14%41.18%-
HSV(B)337.04º87.1%72.94%-
XYZ22.2611.769.9-
YUV79.51131.67203.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=62.84%
G=8.11%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186248600.870.540.27337.0477.1441.18
HexBA1856057361B1514d29
Octal272301260127663352111551
Binary1011101011000101011001010111110110110111010100011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1856; }

 p { color: rgb(186,24,86); }

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

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

 a { background-color: rgb(186,24,86); }

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

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

 span { border-color: rgb(186,24,86); }

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