#BA446A

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

Shades of Royal Heath #BA446A

Tints of Royal Heath #BA446A

Color information

#BA446A (or 0xBA446A) is unknown color: approx Royal Heath. HEX triplet: BA, 44 and 6A. RGB value is (186,68,106). Sum of RGB (Red+Green+Blue) = 186+68+106=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA446A is #45BB95. Grayscale: #6B6B6B. Windows color (decimal): -4570006 or 6964410. OLE color: 6964410.

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

Color convert

RGB18668106-
CMYK00.630.430.27
HSL340.68º46.46%49.8%-
HSV(B)340.68º63.44%72.94%-
XYZ24.9215.6115.34-
YUV107.61127.09183.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=51.67%
G=18.89%
B=29.44%

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
Decimal1866810600.630.430.27340.6846.4649.8
HexBA446A03F2B1B1552e32
Octal27210415207753335255662
Binary1011101010001001101010011111110101111011101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA446A; }

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

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

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

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

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

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

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

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