#BA4E7B

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

Shades of Royal Heath #BA4E7B

Tints of Royal Heath #BA4E7B

Color information

#BA4E7B (or 0xBA4E7B) is unknown color: approx Royal Heath. HEX triplet: BA, 4E and 7B. RGB value is (186,78,123). Sum of RGB (Red+Green+Blue) = 186+78+123=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E7B is #45B184. Grayscale: #737373. Windows color (decimal): -4567429 or 8081082. OLE color: 8081082.

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

Color convert

RGB18678123-
CMYK00.580.340.27
HSL335º43.9%51.76%-
HSV(B)335º58.06%72.94%-
XYZ26.5517.3220.68-
YUV115.42132.28178.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=48.06%
G=20.16%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867812300.580.340.2733543.951.76
HexBA4E7B03A221B14f2c34
Octal27211617307242335175464
Binary1011101010011101111011011101010001011011101001111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E7B; }

 p { color: rgb(186,78,123); }

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

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

 a { background-color: rgb(186,78,123); }

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

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

 span { border-color: rgb(186,78,123); }

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