Html Css Color HEX #BA5876 Royal Heath

📋 copy color: '#BA5876'

red 186 ◦ green 88 ◦ blue 118

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

Shades of Royal Heath #BA5876

Tints of Royal Heath #BA5876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 47.45%
G = 22.45%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5876 (or 0xBA5876) is known color: Royal Heath. HEX triplet: BA, 58 and 76. RGB value is (186,88,118). Sum of RGB (Red+Green+Blue) = 186+88+118=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5876 is #45A789. Grayscale: #787878. Windows color (decimal): -4564874 or 7755962. OLE color: 7755962.

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

Color convert

RGB 186 88 118 -
CMYK 0 0.53 0.37 0.27
HSL 341.63º 0.42% 0.54% -
HSV(B) 341.63º 0.53% 0.73% -
XYZ 27.01 18.73 19.33 -
YUV 120.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 186 88 118 0 0.53 0.37 0.27 341.63 0.42 0.54
Hex BA 58 76 0 35 25 1B 156 2A 36
Octal 272 130 166 0 65 45 33 526 52 66
Binary 10111010 1011000 1110110 0 110101 100101 11011 101010110 101010 110110

Color Harmonies of #BA5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5876

Black with #BA5876

Text Example


Text Example

White with #BA5876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5876; }

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

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

background-color css

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

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

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

border-color css

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

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

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