Html Css Color HEX #BA5079 Royal Heath

📋 copy color: '#BA5079'

red 186 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #BA5079

Tints of Royal Heath #BA5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 48.06%
G = 20.67%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5079 (or 0xBA5079) is known color: Royal Heath. HEX triplet: BA, 50 and 79. RGB value is (186,80,121). Sum of RGB (Red+Green+Blue) = 186+80+121=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5079 is #45AF86. Grayscale: #747474. Windows color (decimal): -4566919 or 7950522. OLE color: 7950522.

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

Color convert

RGB 186 80 121 -
CMYK 0 0.57 0.35 0.27
HSL 336.79º 0.43% 0.52% -
HSV(B) 336.79º 0.57% 0.73% -
XYZ 26.57 17.56 20.08 -
YUV 116.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 186 80 121 0 0.57 0.35 0.27 336.79 0.43 0.52
Hex BA 50 79 0 39 23 1B 151 2B 34
Octal 272 120 171 0 71 43 33 521 53 64
Binary 10111010 1010000 1111001 0 111001 100011 11011 101010001 101011 110100

Color Harmonies of #BA5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5079

Black with #BA5079

Text Example


Text Example

White with #BA5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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