Html Css Color HEX #BA3771 Royal Heath

📋 copy color: '#BA3771'

red 186 ◦ green 55 ◦ blue 113

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

Shades of Royal Heath #BA3771

Tints of Royal Heath #BA3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

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

R = 52.54%
G = 15.54%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA3771 (or 0xBA3771) is known color: Royal Heath. HEX triplet: BA, 37 and 71. RGB value is (186,55,113). Sum of RGB (Red+Green+Blue) = 186+55+113=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3771 is #45C88E. Grayscale: #646464. Windows color (decimal): -4573327 or 7419834. OLE color: 7419834.

HSL color Cylindrical-coordinate representation of color #BA3771: hue angle of 333.44º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3771 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 113 -
CMYK 0 0.70 0.39 0.27
HSL 333.44º 0.54% 0.47% -
HSV(B) 333.44º 0.7% 0.73% -
XYZ 24.6 14.36 17.1 -
YUV 100.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 186 55 113 0 0.70 0.39 0.27 333.44 0.54 0.47
Hex BA 37 71 0 46 27 1B 14D 36 2F
Octal 272 67 161 0 106 47 33 515 66 57
Binary 10111010 110111 1110001 0 1000110 100111 11011 101001101 110110 101111

Color Harmonies of #BA3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3771

Black with #BA3771

Text Example


Text Example

White with #BA3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3771; }

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

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

background-color css

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

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

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

border-color css

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

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

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