#BA4A75

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

Shades of Royal Heath #BA4A75

Tints of Royal Heath #BA4A75

Color information

#BA4A75 (or 0xBA4A75) is unknown color: approx Royal Heath. HEX triplet: BA, 4A and 75. RGB value is (186,74,117). Sum of RGB (Red+Green+Blue) = 186+74+117=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4A75 is #45B58A. Grayscale: #707070. Windows color (decimal): -4568459 or 7686842. OLE color: 7686842.

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

Color convert

RGB18674117-
CMYK00.600.370.27
HSL336.96º44.8%50.98%-
HSV(B)336.96º60.22%72.94%-
XYZ25.9116.6218.67-
YUV112.39130.61180.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=49.34%
G=19.63%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867411700.600.370.27336.9644.850.98
HexBA4A7503C251B1512d33
Octal27211216507445335215563
Binary1011101010010101110101011110010010111011101010001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A75; }

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

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

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

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

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

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

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

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