#ba447a

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

Shades of Royal Heath #BA447A

Tints of Royal Heath #BA447A

Color information

#BA447A (or 0xBA447A) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 7A. RGB value is (186,68,122). Sum of RGB (Red+Green+Blue) = 186+68+122=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA447A is #45BB85. Grayscale: #6D6D6D. Windows color (decimal): -4569990 or 8012986. OLE color: 8012986.

HSL color Cylindrical-coordinate representation of color #BA447A: hue angle of 332.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA447A is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18668122-
CMYK00.630.340.27
HSL332.54º46.46%49.8%-
HSV(B)332.54º63.44%72.94%-
XYZ25.8315.9820.14-
YUV109.44135.09182.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=49.47%
G=18.09%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866812200.630.340.27332.5446.4649.8
HexBA447A03F221B14d2e32
Octal27210417207742335155662
Binary1011101010001001111010011111110001011011101001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba447a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba447a; }

 p { color: rgb(186,68,122); }

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

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

 a { background-color: rgb(186,68,122); }

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

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

 span { border-color: rgb(186,68,122); }

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