#BA3A70

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

Shades of Royal Heath #BA3A70

Tints of Royal Heath #BA3A70

Color information

#BA3A70 (or 0xBA3A70) is unknown color: approx Royal Heath. HEX triplet: BA, 3A and 70. RGB value is (186,58,112). Sum of RGB (Red+Green+Blue) = 186+58+112=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A70 is #45C58F. Grayscale: #666666. Windows color (decimal): -4572560 or 7355066. OLE color: 7355066.

HSL color Cylindrical-coordinate representation of color #BA3A70: hue angle of 334.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A70 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18658112-
CMYK00.690.400.27
HSL334.69º52.46%47.84%-
HSV(B)334.69º68.82%72.94%-
XYZ24.6914.6416.85-
YUV102.43133.41187.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=52.25%
G=16.29%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865811200.690.400.27334.6952.4647.84
HexBA3A70045281B14f3430
Octal27272160010550335176460
Binary1011101011101011100000100010110100011011101001111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A70; }

 p { color: rgb(186,58,112); }

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

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

 a { background-color: rgb(186,58,112); }

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

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

 span { border-color: rgb(186,58,112); }

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