Html Css Color HEX #BA5572 Royal Heath

📋 copy color: '#BA5572'

red 186 ◦ green 85 ◦ blue 114

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

Shades of Royal Heath #BA5572

Tints of Royal Heath #BA5572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 48.31%
G = 22.08%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA5572 (or 0xBA5572) is known color: Royal Heath. HEX triplet: BA, 55 and 72. RGB value is (186,85,114). Sum of RGB (Red+Green+Blue) = 186+85+114=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5572 is #45AA8D. Grayscale: #767676. Windows color (decimal): -4565646 or 7493050. OLE color: 7493050.

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

Color convert

RGB 186 85 114 -
CMYK 0 0.54 0.39 0.27
HSL 342.77º 0.42% 0.53% -
HSV(B) 342.77º 0.54% 0.73% -
XYZ 26.54 18.15 18.02 -
YUV 118.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 186 85 114 0 0.54 0.39 0.27 342.77 0.42 0.53
Hex BA 55 72 0 36 27 1B 157 2A 35
Octal 272 125 162 0 66 47 33 527 52 65
Binary 10111010 1010101 1110010 0 110110 100111 11011 101010111 101010 110101

Color Harmonies of #BA5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5572

Black with #BA5572

Text Example


Text Example

White with #BA5572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5572; }

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

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

background-color css

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

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

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

border-color css

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

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

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