#BA4469

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

Shades of Royal Heath #BA4469

Tints of Royal Heath #BA4469

Color information

#BA4469 (or 0xBA4469) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 69. RGB value is (186,68,105). Sum of RGB (Red+Green+Blue) = 186+68+105=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4469 is #45BB96. Grayscale: #6B6B6B. Windows color (decimal): -4570007 or 6898874. OLE color: 6898874.

HSL color Cylindrical-coordinate representation of color #BA4469: hue angle of 341.19º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4469 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18668105-
CMYK00.630.440.27
HSL341.19º46.46%49.8%-
HSV(B)341.19º63.44%72.94%-
XYZ24.8715.5915.06-
YUV107.5126.59183.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=51.81%
G=18.94%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866810500.630.440.27341.1946.4649.8
HexBA446903F2C1B1552e32
Octal27210415107754335255662
Binary1011101010001001101001011111110110011011101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4469; }

 p { color: rgb(186,68,105); }

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

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

 a { background-color: rgb(186,68,105); }

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

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

 span { border-color: rgb(186,68,105); }

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