Html Css Color HEX #BA4173 Royal Heath

📋 copy color: '#BA4173'

red 186 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #BA4173

Tints of Royal Heath #BA4173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 50.82%
G = 17.76%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4173 (or 0xBA4173) is known color: Royal Heath. HEX triplet: BA, 41 and 73. RGB value is (186,65,115). Sum of RGB (Red+Green+Blue) = 186+65+115=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4173 is #45BE8C. Grayscale: #6A6A6A. Windows color (decimal): -4570765 or 7553466. OLE color: 7553466.

HSL color Cylindrical-coordinate representation of color #BA4173: hue angle of 335.21º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4173 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 115 -
CMYK 0 0.65 0.38 0.27
HSL 335.21º 0.48% 0.49% -
HSV(B) 335.21º 0.65% 0.73% -
XYZ 25.23 15.46 17.87 -
YUV 106.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 186 65 115 0 0.65 0.38 0.27 335.21 0.48 0.49
Hex BA 41 73 0 41 26 1B 14F 30 31
Octal 272 101 163 0 101 46 33 517 60 61
Binary 10111010 1000001 1110011 0 1000001 100110 11011 101001111 110000 110001

Color Harmonies of #BA4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4173

Black with #BA4173

Text Example


Text Example

White with #BA4173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4173; }

 p { color: rgb(186,65,115); }

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

background-color css

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

 a { background-color: rgb(186,65,115); }

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

border-color css

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

 span { border-color: rgb(186,65,115); }

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