#ba447d

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

Shades of Royal Heath #BA447D

Tints of Royal Heath #BA447D

Color information

#BA447D (or 0xBA447D) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 7D. RGB value is (186,68,125). Sum of RGB (Red+Green+Blue) = 186+68+125=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA447D is #45BB82. Grayscale: #6D6D6D. Windows color (decimal): -4569987 or 8209594. OLE color: 8209594.

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

Color convert

RGB18668125-
CMYK00.630.330.27
HSL331.02º46.46%49.8%-
HSV(B)331.02º63.44%72.94%-
XYZ26.0216.0521.13-
YUV109.78136.59182.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 68 (26.95% from 255) = 17.94%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=49.08%
G=17.94%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866812500.630.330.27331.0246.4649.8
HexBA447D03F211B14b2e32
Octal27210417507741335135662
Binary1011101010001001111101011111110000111011101001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba447d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba447d; }

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

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

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

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

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

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

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

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