#BA406A

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

Shades of Royal Heath #BA406A

Tints of Royal Heath #BA406A

Color information

#BA406A (or 0xBA406A) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 6A. RGB value is (186,64,106). Sum of RGB (Red+Green+Blue) = 186+64+106=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA406A is #45BF95. Grayscale: #696969. Windows color (decimal): -4571030 or 6963386. OLE color: 6963386.

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

Color convert

RGB18664106-
CMYK00.660.430.27
HSL339.34º48.8%49.02%-
HSV(B)339.34º65.59%72.94%-
XYZ24.6815.1515.26-
YUV105.27128.42185.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=52.25%
G=17.98%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866410600.660.430.27339.3448.849.02
HexBA406A0422B1B1533131
Octal272100152010253335236161
Binary10111010100000011010100100001010101111011101010011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA406A; }

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

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

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

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

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

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

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

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