#BA4B70

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

Shades of Royal Heath #BA4B70

Tints of Royal Heath #BA4B70

Color information

#BA4B70 (or 0xBA4B70) is unknown color: approx Royal Heath. HEX triplet: BA, 4B and 70. RGB value is (186,75,112). Sum of RGB (Red+Green+Blue) = 186+75+112=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B70 is #45B48F. Grayscale: #707070. Windows color (decimal): -4568208 or 7359418. OLE color: 7359418.

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

Color convert

RGB18675112-
CMYK00.600.400.27
HSL340º44.58%51.18%-
HSV(B)340º59.68%72.94%-
XYZ25.6916.6417.19-
YUV112.41127.77180.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=49.87%
G=20.11%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867511200.600.400.2734044.5851.18
HexBA4B7003C281B1542d33
Octal27211316007450335245563
Binary1011101010010111110000011110010100011011101010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B70; }

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

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

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

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

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

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

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

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