Html Css Color HEX #BA527E Royal Heath

📋 copy color: '#BA527E'

red 186 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #BA527E

Tints of Royal Heath #BA527E

RGB

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

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

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

R = 47.21%
G = 20.81%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA527E (or 0xBA527E) is known color: Royal Heath. HEX triplet: BA, 52 and 7E. RGB value is (186,82,126). Sum of RGB (Red+Green+Blue) = 186+82+126=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA527E is #45AD81. Grayscale: #767676. Windows color (decimal): -4566402 or 8278714. OLE color: 8278714.

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

Color convert

RGB 186 82 126 -
CMYK 0 0.56 0.32 0.27
HSL 334.62º 0.43% 0.53% -
HSV(B) 334.62º 0.56% 0.73% -
XYZ 27.03 17.98 21.78 -
YUV 118.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 186 82 126 0 0.56 0.32 0.27 334.62 0.43 0.53
Hex BA 52 7E 0 38 20 1B 14F 2B 35
Octal 272 122 176 0 70 40 33 517 53 65
Binary 10111010 1010010 1111110 0 111000 100000 11011 101001111 101011 110101

Color Harmonies of #BA527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA527E

Black with #BA527E

Text Example


Text Example

White with #BA527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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