Html Css Color HEX #BA5279 Royal Heath

📋 copy color: '#BA5279'

red 186 ◦ green 82 ◦ blue 121

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

Shades of Royal Heath #BA5279

Tints of Royal Heath #BA5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

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

R = 47.81%
G = 21.08%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5279 (or 0xBA5279) is known color: Royal Heath. HEX triplet: BA, 52 and 79. RGB value is (186,82,121). Sum of RGB (Red+Green+Blue) = 186+82+121=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5279 is #45AD86. Grayscale: #757575. Windows color (decimal): -4566407 or 7951034. OLE color: 7951034.

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

Color convert

RGB 186 82 121 -
CMYK 0 0.56 0.35 0.27
HSL 337.5º 0.43% 0.53% -
HSV(B) 337.5º 0.56% 0.73% -
XYZ 26.72 17.85 20.13 -
YUV 117.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 186 82 121 0 0.56 0.35 0.27 337.5 0.43 0.53
Hex BA 52 79 0 38 23 1B 152 2B 35
Octal 272 122 171 0 70 43 33 522 53 65
Binary 10111010 1010010 1111001 0 111000 100011 11011 101010010 101011 110101

Color Harmonies of #BA5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5279

Black with #BA5279

Text Example


Text Example

White with #BA5279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5279; }

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

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

background-color css

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

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

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

border-color css

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

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

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