#BA215A

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

Shades of Old Rose #BA215A

Tints of Old Rose #BA215A

Color information

#BA215A (or 0xBA215A) is unknown color: approx Old Rose. HEX triplet: BA, 21 and 5A. RGB value is (186,33,90). Sum of RGB (Red+Green+Blue) = 186+33+90=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215A is #45DEA5. Grayscale: #555555. Windows color (decimal): -4578982 or 5906874. OLE color: 5906874.

HSL color Cylindrical-coordinate representation of color #BA215A: hue angle of 337.65º 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 #BA215A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1863390-
CMYK00.820.520.27
HSL337.65º69.86%42.94%-
HSV(B)337.65º82.26%72.94%-
XYZ22.6412.2710.85-
YUV85.24130.69199.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=60.19%
G=10.68%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186339000.820.520.27337.6569.8642.94
HexBA215A052341B152462b
Octal272411320122643352210653
Binary10111010100001101101001010010110100110111010100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA215A; }

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

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

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

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

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

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

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

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