Html Css Color HEX #BA557A Royal Heath

📋 copy color: '#BA557A'

red 186 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #BA557A

Tints of Royal Heath #BA557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 47.33%
G = 21.63%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA557A (or 0xBA557A) is known color: Royal Heath. HEX triplet: BA, 55 and 7A. RGB value is (186,85,122). Sum of RGB (Red+Green+Blue) = 186+85+122=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557A is #45AA85. Grayscale: #777777. Windows color (decimal): -4565638 or 8017338. OLE color: 8017338.

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

Color convert

RGB 186 85 122 -
CMYK 0 0.54 0.34 0.27
HSL 338.02º 0.42% 0.53% -
HSV(B) 338.02º 0.54% 0.73% -
XYZ 27.01 18.34 20.53 -
YUV 119.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 186 85 122 0 0.54 0.34 0.27 338.02 0.42 0.53
Hex BA 55 7A 0 36 22 1B 152 2A 35
Octal 272 125 172 0 66 42 33 522 52 65
Binary 10111010 1010101 1111010 0 110110 100010 11011 101010010 101010 110101

Color Harmonies of #BA557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA557A

Black with #BA557A

Text Example


Text Example

White with #BA557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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