#BA4B79

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

Shades of Royal Heath #BA4B79

Tints of Royal Heath #BA4B79

Color information

#BA4B79 (or 0xBA4B79) is unknown color: approx Royal Heath. HEX triplet: BA, 4B and 79. RGB value is (186,75,121). Sum of RGB (Red+Green+Blue) = 186+75+121=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B79 is #45B486. Grayscale: #717171. Windows color (decimal): -4568199 or 7949242. OLE color: 7949242.

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

Color convert

RGB18675121-
CMYK00.600.350.27
HSL335.14º44.58%51.18%-
HSV(B)335.14º59.68%72.94%-
XYZ26.2216.8519.96-
YUV113.43132.27179.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=48.69%
G=19.63%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867512100.600.350.27335.1444.5851.18
HexBA4B7903C231B14f2d33
Octal27211317107443335175563
Binary1011101010010111111001011110010001111011101001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B79; }

 p { color: rgb(186,75,121); }

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

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

 a { background-color: rgb(186,75,121); }

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

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

 span { border-color: rgb(186,75,121); }

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