#BA3E6D

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

Shades of Royal Heath #BA3E6D

Tints of Royal Heath #BA3E6D

Color information

#BA3E6D (or 0xBA3E6D) is unknown color: approx Royal Heath. HEX triplet: BA, 3E and 6D. RGB value is (186,62,109). Sum of RGB (Red+Green+Blue) = 186+62+109=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E6D is #45C192. Grayscale: #686868. Windows color (decimal): -4571539 or 7159482. OLE color: 7159482.

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

Color convert

RGB18662109-
CMYK00.670.410.27
HSL337.26º50%48.63%-
HSV(B)337.26º66.67%72.94%-
XYZ24.7314.9916.06-
YUV104.43130.58186.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=52.10%
G=17.37%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866210900.670.410.27337.265048.63
HexBA3E6D043291B1513231
Octal27276155010351335216261
Binary1011101011111011011010100001110100111011101010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E6D; }

 p { color: rgb(186,62,109); }

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

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

 a { background-color: rgb(186,62,109); }

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

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

 span { border-color: rgb(186,62,109); }

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