Html Css Color HEX #BA557D Royal Heath

📋 copy color: '#BA557D'

red 186 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #BA557D

Tints of Royal Heath #BA557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.46%

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

R = 46.97%
G = 21.46%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA557D (or 0xBA557D) is known color: Royal Heath. HEX triplet: BA, 55 and 7D. RGB value is (186,85,125). Sum of RGB (Red+Green+Blue) = 186+85+125=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557D is #45AA82. Grayscale: #777777. Windows color (decimal): -4565635 or 8213946. OLE color: 8213946.

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

Color convert

RGB 186 85 125 -
CMYK 0 0.54 0.33 0.27
HSL 336.24º 0.42% 0.53% -
HSV(B) 336.24º 0.54% 0.73% -
XYZ 27.2 18.42 21.52 -
YUV 119.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 186 85 125 0 0.54 0.33 0.27 336.24 0.42 0.53
Hex BA 55 7D 0 36 21 1B 150 2A 35
Octal 272 125 175 0 66 41 33 520 52 65
Binary 10111010 1010101 1111101 0 110110 100001 11011 101010000 101010 110101

Color Harmonies of #BA557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA557D

Black with #BA557D

Text Example


Text Example

White with #BA557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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