#BA426D

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

Shades of Royal Heath #BA426D

Tints of Royal Heath #BA426D

Color information

#BA426D (or 0xBA426D) is unknown color: approx Royal Heath. HEX triplet: BA, 42 and 6D. RGB value is (186,66,109). Sum of RGB (Red+Green+Blue) = 186+66+109=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA426D is #45BD92. Grayscale: #6A6A6A. Windows color (decimal): -4570515 or 7160506. OLE color: 7160506.

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

Color convert

RGB18666109-
CMYK00.650.410.27
HSL338.5º47.62%49.41%-
HSV(B)338.5º64.52%72.94%-
XYZ24.9615.4416.13-
YUV106.78129.26184.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=51.52%
G=18.28%
B=30.19%

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
Decimal1866610900.650.410.27338.547.6249.41
HexBA426D041291B1523031
Octal272102155010151335226061
Binary10111010100001011011010100000110100111011101010010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA426D; }

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

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

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

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

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

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

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

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