Html Css Color HEX #BA5C79 Royal Heath

📋 copy color: '#BA5C79'

red 186 ◦ green 92 ◦ blue 121

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

Shades of Royal Heath #BA5C79

Tints of Royal Heath #BA5C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 46.62%
G = 23.06%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5C79 (or 0xBA5C79) is known color: Royal Heath. HEX triplet: BA, 5C and 79. RGB value is (186,92,121). Sum of RGB (Red+Green+Blue) = 186+92+121=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C79 is #45A386. Grayscale: #7B7B7B. Windows color (decimal): -4563847 or 7953594. OLE color: 7953594.

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

Color convert

RGB 186 92 121 -
CMYK 0 0.51 0.35 0.27
HSL 341.49º 0.41% 0.55% -
HSV(B) 341.49º 0.51% 0.73% -
XYZ 27.53 19.47 20.4 -
YUV 123.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 186 92 121 0 0.51 0.35 0.27 341.49 0.41 0.55
Hex BA 5C 79 0 33 23 1B 155 29 37
Octal 272 134 171 0 63 43 33 525 51 67
Binary 10111010 1011100 1111001 0 110011 100011 11011 101010101 101001 110111

Color Harmonies of #BA5C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C79

Black with #BA5C79

Text Example


Text Example

White with #BA5C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C79; }

 p { color: rgb(186,92,121); }

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

background-color css

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

 a { background-color: rgb(186,92,121); }

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

border-color css

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

 span { border-color: rgb(186,92,121); }

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