Html Css Color HEX #BA5074 Royal Heath

📋 copy color: '#BA5074'

red 186 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #BA5074

Tints of Royal Heath #BA5074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 48.69%
G = 20.94%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA5074 (or 0xBA5074) is known color: Royal Heath. HEX triplet: BA, 50 and 74. RGB value is (186,80,116). Sum of RGB (Red+Green+Blue) = 186+80+116=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5074 is #45AF8B. Grayscale: #737373. Windows color (decimal): -4566924 or 7622842. OLE color: 7622842.

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

Color convert

RGB 186 80 116 -
CMYK 0 0.57 0.38 0.27
HSL 339.62º 0.43% 0.52% -
HSV(B) 339.62º 0.57% 0.73% -
XYZ 26.27 17.44 18.5 -
YUV 115.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 186 80 116 0 0.57 0.38 0.27 339.62 0.43 0.52
Hex BA 50 74 0 39 26 1B 154 2B 34
Octal 272 120 164 0 71 46 33 524 53 64
Binary 10111010 1010000 1110100 0 111001 100110 11011 101010100 101011 110100

Color Harmonies of #BA5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5074

Black with #BA5074

Text Example


Text Example

White with #BA5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5074; }

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

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

background-color css

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

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

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

border-color css

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

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

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