#BA4B71

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

Shades of Royal Heath #BA4B71

Tints of Royal Heath #BA4B71

Color information

#BA4B71 (or 0xBA4B71) is unknown color: approx Royal Heath. HEX triplet: BA, 4B and 71. RGB value is (186,75,113). Sum of RGB (Red+Green+Blue) = 186+75+113=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B71 is #45B48E. Grayscale: #707070. Windows color (decimal): -4568207 or 7424954. OLE color: 7424954.

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

Color convert

RGB18675113-
CMYK00.600.390.27
HSL339.46º44.58%51.18%-
HSV(B)339.46º59.68%72.94%-
XYZ25.7516.6617.48-
YUV112.52128.27180.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=49.73%
G=20.05%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867511300.600.390.27339.4644.5851.18
HexBA4B7103C271B1532d33
Octal27211316107447335235563
Binary1011101010010111110001011110010011111011101010011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B71; }

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

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

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

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

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

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

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

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