#BA4A6E

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

Shades of Royal Heath #BA4A6E

Tints of Royal Heath #BA4A6E

Color information

#BA4A6E (or 0xBA4A6E) is unknown color: approx Royal Heath. HEX triplet: BA, 4A and 6E. RGB value is (186,74,110). Sum of RGB (Red+Green+Blue) = 186+74+110=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A6E is #45B591. Grayscale: #6F6F6F. Windows color (decimal): -4568466 or 7228090. OLE color: 7228090.

HSL color Cylindrical-coordinate representation of color #BA4A6E: hue angle of 340.71º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A6E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18674110-
CMYK00.600.410.27
HSL340.71º44.8%50.98%-
HSV(B)340.71º60.22%72.94%-
XYZ25.5116.4616.58-
YUV111.59127.11181.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=50.27%
G=20%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867411000.600.410.27340.7144.850.98
HexBA4A6E03C291B1552d33
Octal27211215607451335255563
Binary1011101010010101101110011110010100111011101010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A6E; }

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

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

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

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

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

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

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

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