#BA5272

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

Shades of Royal Heath #BA5272

Tints of Royal Heath #BA5272

Color information

#BA5272 (or 0xBA5272) is unknown color: approx Royal Heath. HEX triplet: BA, 52 and 72. RGB value is (186,82,114). Sum of RGB (Red+Green+Blue) = 186+82+114=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5272 is #45AD8D. Grayscale: #747474. Windows color (decimal): -4566414 or 7492282. OLE color: 7492282.

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

Color convert

RGB18682114-
CMYK00.560.390.27
HSL341.54º42.98%52.55%-
HSV(B)341.54º55.91%72.94%-
XYZ26.317.6917.95-
YUV116.74126.46177.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=48.69%
G=21.47%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868211400.560.390.27341.5442.9852.55
HexBA5272038271B1562b35
Octal27212216207047335265365
Binary1011101010100101110010011100010011111011101010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5272; }

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

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

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

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

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

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

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

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