#BA4569

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

Shades of Royal Heath #BA4569

Tints of Royal Heath #BA4569

Color information

#BA4569 (or 0xBA4569) is unknown color: approx Royal Heath. HEX triplet: BA, 45 and 69. RGB value is (186,69,105). Sum of RGB (Red+Green+Blue) = 186+69+105=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4569 is #45BA96. Grayscale: #6C6C6C. Windows color (decimal): -4569751 or 6899130. OLE color: 6899130.

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

Color convert

RGB18669105-
CMYK00.630.440.27
HSL341.54º45.88%50%-
HSV(B)341.54º62.9%72.94%-
XYZ24.9315.7215.08-
YUV108.09126.26183.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=51.67%
G=19.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866910500.630.440.27341.5445.8850
HexBA456903F2C1B1562e32
Octal27210515107754335265662
Binary1011101010001011101001011111110110011011101010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4569; }

 p { color: rgb(186,69,105); }

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

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

 a { background-color: rgb(186,69,105); }

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

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

 span { border-color: rgb(186,69,105); }

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