#BA386F

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

Shades of Royal Heath #BA386F

Tints of Royal Heath #BA386F

Color information

#BA386F (or 0xBA386F) is unknown color: approx Royal Heath. HEX triplet: BA, 38 and 6F. RGB value is (186,56,111). Sum of RGB (Red+Green+Blue) = 186+56+111=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA386F is #45C790. Grayscale: #656565. Windows color (decimal): -4573073 or 7289018. OLE color: 7289018.

HSL color Cylindrical-coordinate representation of color #BA386F: hue angle of 334.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA386F is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18656111-
CMYK00.700.400.27
HSL334.62º53.72%47.45%-
HSV(B)334.62º69.89%72.94%-
XYZ24.5314.4216.53-
YUV101.14133.57188.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=52.69%
G=15.86%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865611100.700.400.27334.6253.7247.45
HexBA386F046281B14f362f
Octal27270157010650335176657
Binary1011101011100011011110100011010100011011101001111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA386F; }

 p { color: rgb(186,56,111); }

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

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

 a { background-color: rgb(186,56,111); }

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

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

 span { border-color: rgb(186,56,111); }

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