Html Css Color HEX #BA527A Royal Heath

📋 copy color: '#BA527A'

red 186 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #BA527A

Tints of Royal Heath #BA527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.03%

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

R = 47.69%
G = 21.03%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA527A (or 0xBA527A) is known color: Royal Heath. HEX triplet: BA, 52 and 7A. RGB value is (186,82,122). Sum of RGB (Red+Green+Blue) = 186+82+122=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527A is #45AD85. Grayscale: #757575. Windows color (decimal): -4566406 or 8016570. OLE color: 8016570.

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

Color convert

RGB 186 82 122 -
CMYK 0 0.56 0.34 0.27
HSL 336.92º 0.43% 0.53% -
HSV(B) 336.92º 0.56% 0.73% -
XYZ 26.78 17.88 20.45 -
YUV 117.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 186 82 122 0 0.56 0.34 0.27 336.92 0.43 0.53
Hex BA 52 7A 0 38 22 1B 151 2B 35
Octal 272 122 172 0 70 42 33 521 53 65
Binary 10111010 1010010 1111010 0 111000 100010 11011 101010001 101011 110101

Color Harmonies of #BA527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA527A

Black with #BA527A

Text Example


Text Example

White with #BA527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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