#BA3C75

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

Shades of Royal Heath #BA3C75

Tints of Royal Heath #BA3C75

Color information

#BA3C75 (or 0xBA3C75) is unknown color: approx Royal Heath. HEX triplet: BA, 3C and 75. RGB value is (186,60,117). Sum of RGB (Red+Green+Blue) = 186+60+117=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C75 is #45C38A. Grayscale: #686868. Windows color (decimal): -4572043 or 7683258. OLE color: 7683258.

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

Color convert

RGB18660117-
CMYK00.680.370.27
HSL332.86º51.22%48.24%-
HSV(B)332.86º67.74%72.94%-
XYZ25.0814.9618.39-
YUV104.17135.24186.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 60 (23.83% from 255) = 16.53%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=51.24%
G=16.53%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866011700.680.370.27332.8651.2248.24
HexBA3C75044251B14d3330
Octal27274165010445335156360
Binary1011101011110011101010100010010010111011101001101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C75; }

 p { color: rgb(186,60,117); }

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

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

 a { background-color: rgb(186,60,117); }

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

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

 span { border-color: rgb(186,60,117); }

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