#BA426E

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

Shades of Royal Heath #BA426E

Tints of Royal Heath #BA426E

Color information

#BA426E (or 0xBA426E) is unknown color: approx Royal Heath. HEX triplet: BA, 42 and 6E. RGB value is (186,66,110). Sum of RGB (Red+Green+Blue) = 186+66+110=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA426E is #45BD91. Grayscale: #6A6A6A. Windows color (decimal): -4570514 or 7226042. OLE color: 7226042.

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

Color convert

RGB18666110-
CMYK00.650.410.27
HSL338º47.62%49.41%-
HSV(B)338º64.52%72.94%-
XYZ25.0115.4616.42-
YUV106.9129.76184.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=51.38%
G=18.23%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866611000.650.410.2733847.6249.41
HexBA426E041291B1523031
Octal272102156010151335226061
Binary10111010100001011011100100000110100111011101010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA426E; }

 p { color: rgb(186,66,110); }

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

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

 a { background-color: rgb(186,66,110); }

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

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

 span { border-color: rgb(186,66,110); }

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