#BA4A6D

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

Shades of Royal Heath #BA4A6D

Tints of Royal Heath #BA4A6D

Color information

#BA4A6D (or 0xBA4A6D) is unknown color: approx Royal Heath. HEX triplet: BA, 4A and 6D. RGB value is (186,74,109). Sum of RGB (Red+Green+Blue) = 186+74+109=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A6D is #45B592. Grayscale: #6F6F6F. Windows color (decimal): -4568467 or 7162554. OLE color: 7162554.

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

Color convert

RGB18674109-
CMYK00.600.410.27
HSL341.25º44.8%50.98%-
HSV(B)341.25º60.22%72.94%-
XYZ25.4616.4416.3-
YUV111.48126.61181.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=50.41%
G=20.05%
B=29.54%

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
Decimal1867410900.600.410.27341.2544.850.98
HexBA4A6D03C291B1552d33
Octal27211215507451335255563
Binary1011101010010101101101011110010100111011101010101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A6D; }

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

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

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

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

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

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

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

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