Html Css Color HEX #BA4E7A Royal Heath

📋 copy color: '#BA4E7A'

red 186 ◦ green 78 ◦ blue 122

#BA4E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BA4E7A

Tints of Royal Heath #BA4E7A

RGB

 RED value IS 186 (73.05% from 255) = 48.19%

 GREEN value IS 78 (30.86% from 255) = 20.21%

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 48.19%
G = 20.21%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA4E7A (or 0xBA4E7A) is known color: Royal Heath. HEX triplet: BA, 4E and 7A. RGB value is (186,78,122). Sum of RGB (Red+Green+Blue) = 186+78+122=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4E7A is #45B185. Grayscale: #737373. Windows color (decimal): -4567430 or 8015546. OLE color: 8015546.

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

Color convert

RGB 186 78 122 -
CMYK 0 0.58 0.34 0.27
HSL 335.56º 0.44% 0.52% -
HSV(B) 335.56º 0.58% 0.73% -
XYZ 26.49 17.29 20.35 -
YUV 115.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 186 78 122 0 0.58 0.34 0.27 335.56 0.44 0.52
Hex BA 4E 7A 0 3A 22 1B 150 2C 34
Octal 272 116 172 0 72 42 33 520 54 64
Binary 10111010 1001110 1111010 0 111010 100010 11011 101010000 101100 110100

Color Harmonies of #BA4E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E7A

Black with #BA4E7A

Text Example


Text Example

White with #BA4E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E7A; }

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

 H1.HeaderClassName
 {
   color: #BA4E7A;
 }
 .AnyTagClassName
 {
   color: #BA4E7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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