Html Css Color HEX #BA5177 Royal Heath

📋 copy color: '#BA5177'

red 186 ◦ green 81 ◦ blue 119

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

Shades of Royal Heath #BA5177

Tints of Royal Heath #BA5177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 48.19%
G = 20.98%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA5177 (or 0xBA5177) is known color: Royal Heath. HEX triplet: BA, 51 and 77. RGB value is (186,81,119). Sum of RGB (Red+Green+Blue) = 186+81+119=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5177 is #45AE88. Grayscale: #747474. Windows color (decimal): -4566665 or 7819706. OLE color: 7819706.

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

Color convert

RGB 186 81 119 -
CMYK 0 0.56 0.36 0.27
HSL 338.29º 0.43% 0.52% -
HSV(B) 338.29º 0.56% 0.73% -
XYZ 26.52 17.66 19.46 -
YUV 116.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 186 81 119 0 0.56 0.36 0.27 338.29 0.43 0.52
Hex BA 51 77 0 38 24 1B 152 2B 34
Octal 272 121 167 0 70 44 33 522 53 64
Binary 10111010 1010001 1110111 0 111000 100100 11011 101010010 101011 110100

Color Harmonies of #BA5177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5177

Black with #BA5177

Text Example


Text Example

White with #BA5177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5177; }

 p { color: rgb(186,81,119); }

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

background-color css

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

 a { background-color: rgb(186,81,119); }

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

border-color css

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

 span { border-color: rgb(186,81,119); }

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