Html Css Color HEX #BA5A82 Royal Heath

📋 copy color: '#BA5A82'

red 186 ◦ green 90 ◦ blue 130

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

Shades of Royal Heath #BA5A82

Tints of Royal Heath #BA5A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 45.81%
G = 22.17%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA5A82 (or 0xBA5A82) is known color: Royal Heath. HEX triplet: BA, 5A and 82. RGB value is (186,90,130). Sum of RGB (Red+Green+Blue) = 186+90+130=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A82 is #45A57D. Grayscale: #7B7B7B. Windows color (decimal): -4564350 or 8542906. OLE color: 8542906.

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

Color convert

RGB 186 90 130 -
CMYK 0 0.52 0.30 0.27
HSL 335º 0.41% 0.54% -
HSV(B) 335º 0.52% 0.73% -
XYZ 27.94 19.36 23.38 -
YUV 123.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 186 90 130 0 0.52 0.30 0.27 335 0.41 0.54
Hex BA 5A 82 0 34 1E 1B 14F 29 36
Octal 272 132 202 0 64 36 33 517 51 66
Binary 10111010 1011010 10000010 0 110100 11110 11011 101001111 101001 110110

Color Harmonies of #BA5A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A82

Black with #BA5A82

Text Example


Text Example

White with #BA5A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A82; }

 p { color: rgb(186,90,130); }

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

background-color css

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

 a { background-color: rgb(186,90,130); }

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

border-color css

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

 span { border-color: rgb(186,90,130); }

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