Html Css Color HEX #BA5280 Royal Heath

📋 copy color: '#BA5280'

red 186 ◦ green 82 ◦ blue 128

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

Shades of Royal Heath #BA5280

Tints of Royal Heath #BA5280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 46.97%
G = 20.71%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA5280 (or 0xBA5280) is known color: Royal Heath. HEX triplet: BA, 52 and 80. RGB value is (186,82,128). Sum of RGB (Red+Green+Blue) = 186+82+128=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5280 is #45AD7F. Grayscale: #767676. Windows color (decimal): -4566400 or 8409786. OLE color: 8409786.

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

Color convert

RGB 186 82 128 -
CMYK 0 0.56 0.31 0.27
HSL 333.46º 0.43% 0.53% -
HSV(B) 333.46º 0.56% 0.73% -
XYZ 27.16 18.03 22.47 -
YUV 118.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 186 82 128 0 0.56 0.31 0.27 333.46 0.43 0.53
Hex BA 52 80 0 38 1F 1B 14D 2B 35
Octal 272 122 200 0 70 37 33 515 53 65
Binary 10111010 1010010 10000000 0 111000 11111 11011 101001101 101011 110101

Color Harmonies of #BA5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5280

Black with #BA5280

Text Example


Text Example

White with #BA5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5280; }

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

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

background-color css

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

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

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

border-color css

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

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

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