#ba4170

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

Shades of Royal Heath #BA4170

Tints of Royal Heath #BA4170

Color information

#BA4170 (or 0xBA4170) is unknown color: approx Royal Heath. HEX triplet: BA, 41 and 70. RGB value is (186,65,112). Sum of RGB (Red+Green+Blue) = 186+65+112=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4170 is #45BE8F. Grayscale: #6A6A6A. Windows color (decimal): -4570768 or 7356858. OLE color: 7356858.

HSL color Cylindrical-coordinate representation of color #BA4170: hue angle of 336.69º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4170 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18665112-
CMYK00.650.400.27
HSL336.69º48.21%49.22%-
HSV(B)336.69º65.05%72.94%-
XYZ25.0615.3916.98-
YUV106.54131.09184.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=51.24%
G=17.91%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866511200.650.400.27336.6948.2149.22
HexBA4170041281B1513031
Octal272101160010150335216061
Binary10111010100000111100000100000110100011011101010001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4170; }

 p { color: rgb(186,65,112); }

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

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

 a { background-color: rgb(186,65,112); }

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

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

 span { border-color: rgb(186,65,112); }

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