#BA456A

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

Shades of Royal Heath #BA456A

Tints of Royal Heath #BA456A

Color information

#BA456A (or 0xBA456A) is unknown color: approx Royal Heath. HEX triplet: BA, 45 and 6A. RGB value is (186,69,106). Sum of RGB (Red+Green+Blue) = 186+69+106=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA456A is #45BA95. Grayscale: #6C6C6C. Windows color (decimal): -4569750 or 6964666. OLE color: 6964666.

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

Color convert

RGB18669106-
CMYK00.630.430.27
HSL341.03º45.88%50%-
HSV(B)341.03º62.9%72.94%-
XYZ24.9815.7415.36-
YUV108.2126.76183.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=51.52%
G=19.11%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866910600.630.430.27341.0345.8850
HexBA456A03F2B1B1552e32
Octal27210515207753335255662
Binary1011101010001011101010011111110101111011101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA456A; }

 p { color: rgb(186,69,106); }

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

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

 a { background-color: rgb(186,69,106); }

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

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

 span { border-color: rgb(186,69,106); }

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