#BA3A6E

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

Shades of Royal Heath #BA3A6E

Tints of Royal Heath #BA3A6E

Color information

#BA3A6E (or 0xBA3A6E) is unknown color: approx Royal Heath. HEX triplet: BA, 3A and 6E. RGB value is (186,58,110). Sum of RGB (Red+Green+Blue) = 186+58+110=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A6E is #45C591. Grayscale: #666666. Windows color (decimal): -4572562 or 7223994. OLE color: 7223994.

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

Color convert

RGB18658110-
CMYK00.690.410.27
HSL335.62º52.46%47.84%-
HSV(B)335.62º68.82%72.94%-
XYZ24.5814.5916.27-
YUV102.2132.41187.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=52.54%
G=16.38%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865811000.690.410.27335.6252.4647.84
HexBA3A6E045291B1503430
Octal27272156010551335206460
Binary1011101011101011011100100010110100111011101010000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A6E; }

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

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

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

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

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

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

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

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