#ba3c6a

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

Shades of Royal Heath #BA3C6A

Tints of Royal Heath #BA3C6A

Color information

#BA3C6A (or 0xBA3C6A) is unknown color: approx Royal Heath. HEX triplet: BA, 3C and 6A. RGB value is (186,60,106). Sum of RGB (Red+Green+Blue) = 186+60+106=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C6A is #45C395. Grayscale: #666666. Windows color (decimal): -4572054 or 6962362. OLE color: 6962362.

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

Color convert

RGB18660106-
CMYK00.680.430.27
HSL338.1º51.22%48.24%-
HSV(B)338.1º67.74%72.94%-
XYZ24.4714.7115.19-
YUV102.92129.74187.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 60 (23.83% from 255) = 17.05%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=52.84%
G=17.05%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866010600.680.430.27338.151.2248.24
HexBA3C6A0442B1B1523330
Octal27274152010453335226360
Binary1011101011110011010100100010010101111011101010010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3c6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3c6a; }

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

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

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

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

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

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

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

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