#BA4476

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

Shades of Royal Heath #BA4476

Tints of Royal Heath #BA4476

Color information

#BA4476 (or 0xBA4476) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 76. RGB value is (186,68,118). Sum of RGB (Red+Green+Blue) = 186+68+118=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4476 is #45BB89. Grayscale: #6C6C6C. Windows color (decimal): -4569994 or 7750842. OLE color: 7750842.

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

Color convert

RGB18668118-
CMYK00.630.370.27
HSL334.58º46.46%49.8%-
HSV(B)334.58º63.44%72.94%-
XYZ25.5915.8818.86-
YUV108.98133.09182.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=50%
G=18.28%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866811800.630.370.27334.5846.4649.8
HexBA447603F251B14f2e32
Octal27210416607745335175662
Binary1011101010001001110110011111110010111011101001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4476; }

 p { color: rgb(186,68,118); }

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

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

 a { background-color: rgb(186,68,118); }

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

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

 span { border-color: rgb(186,68,118); }

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