Html Css Color HEX #BA4171 Royal Heath

📋 copy color: '#BA4171'

red 186 ◦ green 65 ◦ blue 113

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

Shades of Royal Heath #BA4171

Tints of Royal Heath #BA4171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 51.1%
G = 17.86%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4171 (or 0xBA4171) is known color: Royal Heath. HEX triplet: BA, 41 and 71. RGB value is (186,65,113). Sum of RGB (Red+Green+Blue) = 186+65+113=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4171 is #45BE8E. Grayscale: #6A6A6A. Windows color (decimal): -4570767 or 7422394. OLE color: 7422394.

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

Color convert

RGB 186 65 113 -
CMYK 0 0.65 0.39 0.27
HSL 336.2º 0.48% 0.49% -
HSV(B) 336.2º 0.65% 0.73% -
XYZ 25.12 15.41 17.27 -
YUV 106.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 186 65 113 0 0.65 0.39 0.27 336.2 0.48 0.49
Hex BA 41 71 0 41 27 1B 150 30 31
Octal 272 101 161 0 101 47 33 520 60 61
Binary 10111010 1000001 1110001 0 1000001 100111 11011 101010000 110000 110001

Color Harmonies of #BA4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4171

Black with #BA4171

Text Example


Text Example

White with #BA4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4171; }

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

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

background-color css

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

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

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

border-color css

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

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

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