#BA4174

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

Shades of Royal Heath #BA4174

Tints of Royal Heath #BA4174

Color information

#BA4174 (or 0xBA4174) is unknown color: approx Royal Heath. HEX triplet: BA, 41 and 74. RGB value is (186,65,116). Sum of RGB (Red+Green+Blue) = 186+65+116=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4174 is #45BE8B. Grayscale: #6A6A6A. Windows color (decimal): -4570764 or 7619002. OLE color: 7619002.

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

Color convert

RGB18665116-
CMYK00.650.380.27
HSL334.71º48.21%49.22%-
HSV(B)334.71º65.05%72.94%-
XYZ25.2915.4818.18-
YUV106.99133.09184.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=50.68%
G=17.71%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866511600.650.380.27334.7148.2149.22
HexBA4174041261B14f3031
Octal272101164010146335176061
Binary10111010100000111101000100000110011011011101001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4174; }

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

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

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

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

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

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

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

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