Html Css Color HEX #BA5673 Royal Heath

📋 copy color: '#BA5673'

red 186 ◦ green 86 ◦ blue 115

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

Shades of Royal Heath #BA5673

Tints of Royal Heath #BA5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 48.06%
G = 22.22%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA5673 (or 0xBA5673) is known color: Royal Heath. HEX triplet: BA, 56 and 73. RGB value is (186,86,115). Sum of RGB (Red+Green+Blue) = 186+86+115=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5673 is #45A98C. Grayscale: #777777. Windows color (decimal): -4565389 or 7558842. OLE color: 7558842.

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

Color convert

RGB 186 86 115 -
CMYK 0 0.54 0.38 0.27
HSL 342.6º 0.42% 0.53% -
HSV(B) 342.6º 0.54% 0.73% -
XYZ 26.67 18.33 18.35 -
YUV 119.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 186 86 115 0 0.54 0.38 0.27 342.6 0.42 0.53
Hex BA 56 73 0 36 26 1B 157 2A 35
Octal 272 126 163 0 66 46 33 527 52 65
Binary 10111010 1010110 1110011 0 110110 100110 11011 101010111 101010 110101

Color Harmonies of #BA5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5673

Black with #BA5673

Text Example


Text Example

White with #BA5673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5673; }

 p { color: rgb(186,86,115); }

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

background-color css

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

 a { background-color: rgb(186,86,115); }

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

border-color css

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

 span { border-color: rgb(186,86,115); }

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