#BA4E6E

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

Shades of Royal Heath #BA4E6E

Tints of Royal Heath #BA4E6E

Color information

#BA4E6E (or 0xBA4E6E) is unknown color: approx Royal Heath. HEX triplet: BA, 4E and 6E. RGB value is (186,78,110). Sum of RGB (Red+Green+Blue) = 186+78+110=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E6E is #45B191. Grayscale: #717171. Windows color (decimal): -4567442 or 7229114. OLE color: 7229114.

HSL color Cylindrical-coordinate representation of color #BA4E6E: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E6E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18678110-
CMYK00.580.410.27
HSL342.22º43.9%51.76%-
HSV(B)342.22º58.06%72.94%-
XYZ25.7917.0116.68-
YUV113.94125.78179.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=49.73%
G=20.86%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867811000.580.410.27342.2243.951.76
HexBA4E6E03A291B1562c34
Octal27211615607251335265464
Binary1011101010011101101110011101010100111011101010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E6E; }

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

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

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

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

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

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

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

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