Html Css Color HEX #BA547D Royal Heath

📋 copy color: '#BA547D'

red 186 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #BA547D

Tints of Royal Heath #BA547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

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

R = 47.09%
G = 21.27%
B = 31.65%

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

#BA547D (or 0xBA547D) is known color: Royal Heath. HEX triplet: BA, 54 and 7D. RGB value is (186,84,125). Sum of RGB (Red+Green+Blue) = 186+84+125=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA547D is #45AB82. Grayscale: #777777. Windows color (decimal): -4565891 or 8213690. OLE color: 8213690.

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

Color convert

RGB 186 84 125 -
CMYK 0 0.55 0.33 0.27
HSL 335.88º 0.43% 0.53% -
HSV(B) 335.88º 0.55% 0.73% -
XYZ 27.12 18.26 21.5 -
YUV 119.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 186 84 125 0 0.55 0.33 0.27 335.88 0.43 0.53
Hex BA 54 7D 0 37 21 1B 150 2A 35
Octal 272 124 175 0 67 41 33 520 52 65
Binary 10111010 1010100 1111101 0 110111 100001 11011 101010000 101010 110101

Color Harmonies of #BA547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA547D

Black with #BA547D

Text Example


Text Example

White with #BA547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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