#BA3E75

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

Shades of Royal Heath #BA3E75

Tints of Royal Heath #BA3E75

Color information

#BA3E75 (or 0xBA3E75) is unknown color: approx Royal Heath. HEX triplet: BA, 3E and 75. RGB value is (186,62,117). Sum of RGB (Red+Green+Blue) = 186+62+117=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E75 is #45C18A. Grayscale: #696969. Windows color (decimal): -4571531 or 7683770. OLE color: 7683770.

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

Color convert

RGB18662117-
CMYK00.670.370.27
HSL333.39º50%48.63%-
HSV(B)333.39º66.67%72.94%-
XYZ25.1815.1718.43-
YUV105.35134.58185.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 62 (24.61% from 255) = 16.99%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=50.96%
G=16.99%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866211700.670.370.27333.395048.63
HexBA3E75043251B14d3231
Octal27276165010345335156261
Binary1011101011111011101010100001110010111011101001101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E75; }

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

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

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

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

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

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

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

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