#BA4B80

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

Shades of Royal Heath #BA4B80

Tints of Royal Heath #BA4B80

Color information

#BA4B80 (or 0xBA4B80) is unknown color: approx Royal Heath. HEX triplet: BA, 4B and 80. RGB value is (186,75,128). Sum of RGB (Red+Green+Blue) = 186+75+128=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B80 is #45B47F. Grayscale: #727272. Windows color (decimal): -4568192 or 8407994. OLE color: 8407994.

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

Color convert

RGB18675128-
CMYK00.600.310.27
HSL331.35º44.58%51.18%-
HSV(B)331.35º59.68%72.94%-
XYZ26.6617.0322.3-
YUV114.23135.77179.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=47.81%
G=19.28%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867512800.600.310.27331.3544.5851.18
HexBA4B8003C1F1B14b2d33
Octal27211320007437335135563
Binary1011101010010111000000001111001111111011101001011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B80; }

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

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

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

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

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

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

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

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