#BA486C

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

Shades of Royal Heath #BA486C

Tints of Royal Heath #BA486C

Color information

#BA486C (or 0xBA486C) is unknown color: approx Royal Heath. HEX triplet: BA, 48 and 6C. RGB value is (186,72,108). Sum of RGB (Red+Green+Blue) = 186+72+108=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA486C is #45B793. Grayscale: #6E6E6E. Windows color (decimal): -4568980 or 7096506. OLE color: 7096506.

HSL color Cylindrical-coordinate representation of color #BA486C: hue angle of 341.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA486C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18672108-
CMYK00.610.420.27
HSL341.05º45.24%50.59%-
HSV(B)341.05º61.29%72.94%-
XYZ25.2716.1615.97-
YUV110.19126.77182.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=50.82%
G=19.67%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867210800.610.420.27341.0545.2450.59
HexBA486C03D2A1B1552d33
Octal27211015407552335255563
Binary1011101010010001101100011110110101011011101010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA486C; }

 p { color: rgb(186,72,108); }

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

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

 a { background-color: rgb(186,72,108); }

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

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

 span { border-color: rgb(186,72,108); }

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