#BA4875

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

Shades of Royal Heath #BA4875

Tints of Royal Heath #BA4875

Color information

#BA4875 (or 0xBA4875) is unknown color: approx Royal Heath. HEX triplet: BA, 48 and 75. RGB value is (186,72,117). Sum of RGB (Red+Green+Blue) = 186+72+117=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4875 is #45B78A. Grayscale: #6F6F6F. Windows color (decimal): -4568971 or 7686330. OLE color: 7686330.

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

Color convert

RGB18672117-
CMYK00.610.370.27
HSL336.32º45.24%50.59%-
HSV(B)336.32º61.29%72.94%-
XYZ25.7816.3618.63-
YUV111.22131.27181.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=49.6%
G=19.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867211700.610.370.27336.3245.2450.59
HexBA487503D251B1502d33
Octal27211016507545335205563
Binary1011101010010001110101011110110010111011101010000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4875; }

 p { color: rgb(186,72,117); }

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

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

 a { background-color: rgb(186,72,117); }

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

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

 span { border-color: rgb(186,72,117); }

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