#BA437A

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

Shades of Royal Heath #BA437A

Tints of Royal Heath #BA437A

Color information

#BA437A (or 0xBA437A) is unknown color: approx Royal Heath. HEX triplet: BA, 43 and 7A. RGB value is (186,67,122). Sum of RGB (Red+Green+Blue) = 186+67+122=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA437A is #45BC85. Grayscale: #6C6C6C. Windows color (decimal): -4570246 or 8012730. OLE color: 8012730.

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

Color convert

RGB18667122-
CMYK00.640.340.27
HSL332.27º47.04%49.61%-
HSV(B)332.27º63.98%72.94%-
XYZ25.7715.8620.12-
YUV108.85135.42183.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=49.6%
G=17.87%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866712200.640.340.27332.2747.0449.61
HexBA437A040221B14c2f32
Octal272103172010042335145762
Binary10111010100001111110100100000010001011011101001100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA437A; }

 p { color: rgb(186,67,122); }

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

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

 a { background-color: rgb(186,67,122); }

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

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

 span { border-color: rgb(186,67,122); }

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