Html Css Color HEX #BA5874 Royal Heath

📋 copy color: '#BA5874'

red 186 ◦ green 88 ◦ blue 116

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

Shades of Royal Heath #BA5874

Tints of Royal Heath #BA5874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 47.69%
G = 22.56%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA5874 (or 0xBA5874) is known color: Royal Heath. HEX triplet: BA, 58 and 74. RGB value is (186,88,116). Sum of RGB (Red+Green+Blue) = 186+88+116=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5874 is #45A78B. Grayscale: #787878. Windows color (decimal): -4564876 or 7624890. OLE color: 7624890.

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

Color convert

RGB 186 88 116 -
CMYK 0 0.53 0.38 0.27
HSL 342.86º 0.42% 0.54% -
HSV(B) 342.86º 0.53% 0.73% -
XYZ 26.89 18.68 18.71 -
YUV 120.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 186 88 116 0 0.53 0.38 0.27 342.86 0.42 0.54
Hex BA 58 74 0 35 26 1B 157 2A 36
Octal 272 130 164 0 65 46 33 527 52 66
Binary 10111010 1011000 1110100 0 110101 100110 11011 101010111 101010 110110

Color Harmonies of #BA5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5874

Black with #BA5874

Text Example


Text Example

White with #BA5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5874; }

 p { color: rgb(186,88,116); }

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

background-color css

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

 a { background-color: rgb(186,88,116); }

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

border-color css

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

 span { border-color: rgb(186,88,116); }

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