Html Css Color HEX #BA587C Royal Heath

📋 copy color: '#BA587C'

red 186 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #BA587C

Tints of Royal Heath #BA587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.11%

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 46.73%
G = 22.11%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA587C (or 0xBA587C) is known color: Royal Heath. HEX triplet: BA, 58 and 7C. RGB value is (186,88,124). Sum of RGB (Red+Green+Blue) = 186+88+124=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA587C is #45A783. Grayscale: #797979. Windows color (decimal): -4564868 or 8149178. OLE color: 8149178.

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

Color convert

RGB 186 88 124 -
CMYK 0 0.53 0.33 0.27
HSL 337.96º 0.42% 0.54% -
HSV(B) 337.96º 0.53% 0.73% -
XYZ 27.38 18.87 21.27 -
YUV 121.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 186 88 124 0 0.53 0.33 0.27 337.96 0.42 0.54
Hex BA 58 7C 0 35 21 1B 152 2A 36
Octal 272 130 174 0 65 41 33 522 52 66
Binary 10111010 1011000 1111100 0 110101 100001 11011 101010010 101010 110110

Color Harmonies of #BA587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA587C

Black with #BA587C

Text Example


Text Example

White with #BA587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA587C; }

 p { color: rgb(186,88,124); }

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

background-color css

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

 a { background-color: rgb(186,88,124); }

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

border-color css

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

 span { border-color: rgb(186,88,124); }

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