#BA3C6B

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

Shades of Royal Heath #BA3C6B

Tints of Royal Heath #BA3C6B

Color information

#BA3C6B (or 0xBA3C6B) is unknown color: approx Royal Heath. HEX triplet: BA, 3C and 6B. RGB value is (186,60,107). Sum of RGB (Red+Green+Blue) = 186+60+107=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C6B is #45C394. Grayscale: #666666. Windows color (decimal): -4572053 or 7027898. OLE color: 7027898.

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

Color convert

RGB18660107-
CMYK00.680.420.27
HSL337.62º51.22%48.24%-
HSV(B)337.62º67.74%72.94%-
XYZ24.5214.7315.46-
YUV103.03130.24187.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=52.69%
G=17.00%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866010700.680.420.27337.6251.2248.24
HexBA3C6B0442A1B1523330
Octal27274153010452335226360
Binary1011101011110011010110100010010101011011101010010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C6B; }

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

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

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

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

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

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

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

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