#BA496C

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

Shades of Royal Heath #BA496C

Tints of Royal Heath #BA496C

Color information

#BA496C (or 0xBA496C) is unknown color: approx Royal Heath. HEX triplet: BA, 49 and 6C. RGB value is (186,73,108). Sum of RGB (Red+Green+Blue) = 186+73+108=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA496C is #45B693. Grayscale: #6E6E6E. Windows color (decimal): -4568724 or 7096762. OLE color: 7096762.

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

Color convert

RGB18673108-
CMYK00.610.420.27
HSL341.42º45.02%50.78%-
HSV(B)341.42º60.75%72.94%-
XYZ25.3416.2916-
YUV110.78126.44181.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=50.68%
G=19.89%
B=29.43%

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
Decimal1867310800.610.420.27341.4245.0250.78
HexBA496C03D2A1B1552d33
Octal27211115407552335255563
Binary1011101010010011101100011110110101011011101010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA496C; }

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

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

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

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

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

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

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

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