Html Css Color HEX #BA557E Royal Heath

📋 copy color: '#BA557E'

red 186 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #BA557E

Tints of Royal Heath #BA557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 46.85%
G = 21.41%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA557E (or 0xBA557E) is known color: Royal Heath. HEX triplet: BA, 55 and 7E. RGB value is (186,85,126). Sum of RGB (Red+Green+Blue) = 186+85+126=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557E is #45AA81. Grayscale: #777777. Windows color (decimal): -4565634 or 8279482. OLE color: 8279482.

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

Color convert

RGB 186 85 126 -
CMYK 0 0.54 0.32 0.27
HSL 335.64º 0.42% 0.53% -
HSV(B) 335.64º 0.54% 0.73% -
XYZ 27.26 18.44 21.86 -
YUV 119.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 186 85 126 0 0.54 0.32 0.27 335.64 0.42 0.53
Hex BA 55 7E 0 36 20 1B 150 2A 35
Octal 272 125 176 0 66 40 33 520 52 65
Binary 10111010 1010101 1111110 0 110110 100000 11011 101010000 101010 110101

Color Harmonies of #BA557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA557E

Black with #BA557E

Text Example


Text Example

White with #BA557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA557E; }

 p { color: rgb(186,85,126); }

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

background-color css

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

 a { background-color: rgb(186,85,126); }

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

border-color css

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

 span { border-color: rgb(186,85,126); }

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