#BA3F6C

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

Shades of Royal Heath #BA3F6C

Tints of Royal Heath #BA3F6C

Color information

#BA3F6C (or 0xBA3F6C) is unknown color: approx Royal Heath. HEX triplet: BA, 3F and 6C. RGB value is (186,63,108). Sum of RGB (Red+Green+Blue) = 186+63+108=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F6C is #45C093. Grayscale: #686868. Windows color (decimal): -4571284 or 7094202. OLE color: 7094202.

HSL color Cylindrical-coordinate representation of color #BA3F6C: hue angle of 338.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F6C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18663108-
CMYK00.660.420.27
HSL338.05º49.4%48.82%-
HSV(B)338.05º66.13%72.94%-
XYZ24.7315.0815.79-
YUV104.91129.75185.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=52.10%
G=17.65%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866310800.660.420.27338.0549.448.82
HexBA3F6C0422A1B1523131
Octal27277154010252335226161
Binary1011101011111111011000100001010101011011101010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F6C; }

 p { color: rgb(186,63,108); }

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

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

 a { background-color: rgb(186,63,108); }

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

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

 span { border-color: rgb(186,63,108); }

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