#BA214E

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

Shades of Old Rose #BA214E

Tints of Old Rose #BA214E

Color information

#BA214E (or 0xBA214E) is unknown color: approx Old Rose. HEX triplet: BA, 21 and 4E. RGB value is (186,33,78). Sum of RGB (Red+Green+Blue) = 186+33+78=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA214E is #45DEB1. Grayscale: #535353. Windows color (decimal): -4578994 or 5120442. OLE color: 5120442.

HSL color Cylindrical-coordinate representation of color #BA214E: hue angle of 342.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA214E is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1863378-
CMYK00.820.580.27
HSL342.35º69.86%42.94%-
HSV(B)342.35º82.26%72.94%-
XYZ22.1712.088.37-
YUV83.88124.69200.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.63%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=62.63%
G=11.11%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186337800.820.580.27342.3569.8642.94
HexBA214E0523A1B156462b
Octal272411160122723352610653
Binary10111010100001100111001010010111010110111010101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA214E; }

 p { color: rgb(186,33,78); }

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

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

 a { background-color: rgb(186,33,78); }

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

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

 span { border-color: rgb(186,33,78); }

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