#BA4070

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

Shades of Royal Heath #BA4070

Tints of Royal Heath #BA4070

Color information

#BA4070 (or 0xBA4070) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 70. RGB value is (186,64,112). Sum of RGB (Red+Green+Blue) = 186+64+112=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4070 is #45BF8F. Grayscale: #696969. Windows color (decimal): -4571024 or 7356602. OLE color: 7356602.

HSL color Cylindrical-coordinate representation of color #BA4070: hue angle of 336.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4070 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18664112-
CMYK00.660.400.27
HSL336.39º48.8%49.02%-
HSV(B)336.39º65.59%72.94%-
XYZ25.0115.2816.96-
YUV105.95131.42185.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=51.38%
G=17.68%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866411200.660.400.27336.3948.849.02
HexBA4070042281B1503131
Octal272100160010250335206161
Binary10111010100000011100000100001010100011011101010000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4070; }

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

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

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

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

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

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

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

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