Html Css Color HEX #BA4A80 Royal Heath

📋 copy color: '#BA4A80'

red 186 ◦ green 74 ◦ blue 128

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

Shades of Royal Heath #BA4A80

Tints of Royal Heath #BA4A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

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

R = 47.94%
G = 19.07%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4A80 (or 0xBA4A80) is known color: Royal Heath. HEX triplet: BA, 4A and 80. RGB value is (186,74,128). Sum of RGB (Red+Green+Blue) = 186+74+128=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A80 is #45B57F. Grayscale: #717171. Windows color (decimal): -4568448 or 8407738. OLE color: 8407738.

HSL color Cylindrical-coordinate representation of color #BA4A80: hue angle of 331.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A80 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 74 128 -
CMYK 0 0.60 0.31 0.27
HSL 331.07º 0.45% 0.51% -
HSV(B) 331.07º 0.6% 0.73% -
XYZ 26.59 16.9 22.28 -
YUV 113.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 186 74 128 0 0.60 0.31 0.27 331.07 0.45 0.51
Hex BA 4A 80 0 3C 1F 1B 14B 2D 33
Octal 272 112 200 0 74 37 33 513 55 63
Binary 10111010 1001010 10000000 0 111100 11111 11011 101001011 101101 110011

Color Harmonies of #BA4A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A80

Black with #BA4A80

Text Example


Text Example

White with #BA4A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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