#BA5273

Color #BA5273 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BA5273

Tints of Royal Heath #BA5273

Color information

#BA5273 (or 0xBA5273) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 73. RGB value is (186,82,115). Sum of RGB (Red+Green+Blue) = 186+82+115=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5273 is #45AD8C. Grayscale: #747474. Windows color (decimal): -4566413 or 7557818. OLE color: 7557818.

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

Color convert

RGB18682115-
CMYK00.560.380.27
HSL340.96º42.98%52.55%-
HSV(B)340.96º55.91%72.94%-
XYZ26.3617.7118.25-
YUV116.86126.96177.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=48.56%
G=21.41%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868211500.560.380.27340.9642.9852.55
HexBA5273038261B1552b35
Octal27212216307046335255365
Binary1011101010100101110011011100010011011011101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5273; }

 p { color: rgb(186,82,115); }

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

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

 a { background-color: rgb(186,82,115); }

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

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

 span { border-color: rgb(186,82,115); }

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