Html Css Color HEX #BA5076 Royal Heath

📋 copy color: '#BA5076'

red 186 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #BA5076

Tints of Royal Heath #BA5076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 48.44%
G = 20.83%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA5076 (or 0xBA5076) is known color: Royal Heath. HEX triplet: BA, 50 and 76. RGB value is (186,80,118). Sum of RGB (Red+Green+Blue) = 186+80+118=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5076 is #45AF89. Grayscale: #737373. Windows color (decimal): -4566922 or 7753914. OLE color: 7753914.

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

Color convert

RGB 186 80 118 -
CMYK 0 0.57 0.37 0.27
HSL 338.49º 0.43% 0.52% -
HSV(B) 338.49º 0.57% 0.73% -
XYZ 26.39 17.48 19.12 -
YUV 116.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 186 80 118 0 0.57 0.37 0.27 338.49 0.43 0.52
Hex BA 50 76 0 39 25 1B 152 2B 34
Octal 272 120 166 0 71 45 33 522 53 64
Binary 10111010 1010000 1110110 0 111001 100101 11011 101010010 101011 110100

Color Harmonies of #BA5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5076

Black with #BA5076

Text Example


Text Example

White with #BA5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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