#BA437E

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

Shades of Royal Heath #BA437E

Tints of Royal Heath #BA437E

Color information

#BA437E (or 0xBA437E) is unknown color: approx Royal Heath. HEX triplet: BA, 43 and 7E. RGB value is (186,67,126). Sum of RGB (Red+Green+Blue) = 186+67+126=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA437E is #45BC81. Grayscale: #6D6D6D. Windows color (decimal): -4570242 or 8274874. OLE color: 8274874.

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

Color convert

RGB18667126-
CMYK00.640.320.27
HSL330.25º47.04%49.61%-
HSV(B)330.25º63.98%72.94%-
XYZ26.0215.9621.45-
YUV109.31137.42182.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=49.08%
G=17.68%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866712600.640.320.27330.2547.0449.61
HexBA437E040201B14a2f32
Octal272103176010040335125762
Binary10111010100001111111100100000010000011011101001010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA437E; }

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

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

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

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

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

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

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

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