Html Css Color HEX #BA5D78 Royal Heath

📋 copy color: '#BA5D78'

red 186 ◦ green 93 ◦ blue 120

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

Shades of Royal Heath #BA5D78

Tints of Royal Heath #BA5D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.31%

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

R = 46.62%
G = 23.31%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5D78 (or 0xBA5D78) is known color: Royal Heath. HEX triplet: BA, 5D and 78. RGB value is (186,93,120). Sum of RGB (Red+Green+Blue) = 186+93+120=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D78 is #45A287. Grayscale: #7B7B7B. Windows color (decimal): -4563592 or 7888314. OLE color: 7888314.

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

Color convert

RGB 186 93 120 -
CMYK 0 0.5 0.35 0.27
HSL 342.58º 0.4% 0.55% -
HSV(B) 342.58º 0.5% 0.73% -
XYZ 27.55 19.62 20.1 -
YUV 123.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 186 93 120 0 0.5 0.35 0.27 342.58 0.4 0.55
Hex BA 5D 78 0 32 23 1B 157 28 37
Octal 272 135 170 0 62 43 33 527 50 67
Binary 10111010 1011101 1111000 0 110010 100011 11011 101010111 101000 110111

Color Harmonies of #BA5D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D78

Black with #BA5D78

Text Example


Text Example

White with #BA5D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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