#BA406B

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

Shades of Royal Heath #BA406B

Tints of Royal Heath #BA406B

Color information

#BA406B (or 0xBA406B) is unknown color: approx Royal Heath. HEX triplet: BA, 40 and 6B. RGB value is (186,64,107). Sum of RGB (Red+Green+Blue) = 186+64+107=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA406B is #45BF94. Grayscale: #696969. Windows color (decimal): -4571029 or 7028922. OLE color: 7028922.

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

Color convert

RGB18664107-
CMYK00.660.420.27
HSL338.85º48.8%49.02%-
HSV(B)338.85º65.59%72.94%-
XYZ24.7415.1715.53-
YUV105.38128.92185.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=52.10%
G=17.93%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866410700.660.420.27338.8548.849.02
HexBA406B0422A1B1533131
Octal272100153010252335236161
Binary10111010100000011010110100001010101011011101010011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA406B; }

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

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

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

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

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

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

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

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