Html Css Color HEX #BA537D Royal Heath

📋 copy color: '#BA537D'

red 186 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #BA537D

Tints of Royal Heath #BA537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 47.21%
G = 21.07%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA537D (or 0xBA537D) is known color: Royal Heath. HEX triplet: BA, 53 and 7D. RGB value is (186,83,125). Sum of RGB (Red+Green+Blue) = 186+83+125=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA537D is #45AC82. Grayscale: #767676. Windows color (decimal): -4566147 or 8213434. OLE color: 8213434.

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

Color convert

RGB 186 83 125 -
CMYK 0 0.55 0.33 0.27
HSL 335.53º 0.43% 0.53% -
HSV(B) 335.53º 0.55% 0.73% -
XYZ 27.04 18.11 21.47 -
YUV 118.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 186 83 125 0 0.55 0.33 0.27 335.53 0.43 0.53
Hex BA 53 7D 0 37 21 1B 150 2B 35
Octal 272 123 175 0 67 41 33 520 53 65
Binary 10111010 1010011 1111101 0 110111 100001 11011 101010000 101011 110101

Color Harmonies of #BA537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA537D

Black with #BA537D

Text Example


Text Example

White with #BA537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA537D; }

 p { color: rgb(186,83,125); }

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

background-color css

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

 a { background-color: rgb(186,83,125); }

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

border-color css

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

 span { border-color: rgb(186,83,125); }

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