#BA476D

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

Shades of Royal Heath #BA476D

Tints of Royal Heath #BA476D

Color information

#BA476D (or 0xBA476D) is unknown color: approx Royal Heath. HEX triplet: BA, 47 and 6D. RGB value is (186,71,109). Sum of RGB (Red+Green+Blue) = 186+71+109=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA476D is #45B892. Grayscale: #6D6D6D. Windows color (decimal): -4569235 or 7161786. OLE color: 7161786.

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

Color convert

RGB18671109-
CMYK00.620.410.27
HSL340.17º45.45%50.39%-
HSV(B)340.17º61.83%72.94%-
XYZ25.2616.0516.23-
YUV109.72127.6182.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=50.82%
G=19.40%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867110900.620.410.27340.1745.4550.39
HexBA476D03E291B1542d32
Octal27210715507651335245562
Binary1011101010001111101101011111010100111011101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA476D; }

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

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

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

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

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

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

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

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