#BA2551

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

Shades of Old Rose #BA2551

Tints of Old Rose #BA2551

Color information

#BA2551 (or 0xBA2551) is unknown color: approx Old Rose. HEX triplet: BA, 25 and 51. RGB value is (186,37,81). Sum of RGB (Red+Green+Blue) = 186+37+81=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2551 is #45DAAE. Grayscale: #565656. Windows color (decimal): -4577967 or 5318074. OLE color: 5318074.

HSL color Cylindrical-coordinate representation of color #BA2551: hue angle of 342.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2551 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1863781-
CMYK00.800.560.27
HSL342.28º66.82%43.73%-
HSV(B)342.28º80.11%72.94%-
XYZ22.412.368.99-
YUV86.57124.86198.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=61.18%
G=12.17%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186378100.800.560.27342.2866.8243.73
HexBA2551050381B156432c
Octal272451210120703352610354
Binary10111010100101101000101010000111000110111010101101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2551; }

 p { color: rgb(186,37,81); }

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

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

 a { background-color: rgb(186,37,81); }

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

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

 span { border-color: rgb(186,37,81); }

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