Html Css Color HEX #BA5A78 Royal Heath

📋 copy color: '#BA5A78'

red 186 ◦ green 90 ◦ blue 120

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

Shades of Royal Heath #BA5A78

Tints of Royal Heath #BA5A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 46.97%
G = 22.73%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5A78 (or 0xBA5A78) is known color: Royal Heath. HEX triplet: BA, 5A and 78. RGB value is (186,90,120). Sum of RGB (Red+Green+Blue) = 186+90+120=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A78 is #45A587. Grayscale: #7A7A7A. Windows color (decimal): -4564360 or 7887546. OLE color: 7887546.

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

Color convert

RGB 186 90 120 -
CMYK 0 0.52 0.35 0.27
HSL 341.25º 0.41% 0.54% -
HSV(B) 341.25º 0.52% 0.73% -
XYZ 27.3 19.11 20.02 -
YUV 122.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 186 90 120 0 0.52 0.35 0.27 341.25 0.41 0.54
Hex BA 5A 78 0 34 23 1B 155 29 36
Octal 272 132 170 0 64 43 33 525 51 66
Binary 10111010 1011010 1111000 0 110100 100011 11011 101010101 101001 110110

Color Harmonies of #BA5A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A78

Black with #BA5A78

Text Example


Text Example

White with #BA5A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A78; }

 p { color: rgb(186,90,120); }

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

background-color css

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

 a { background-color: rgb(186,90,120); }

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

border-color css

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

 span { border-color: rgb(186,90,120); }

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