Html Css Color HEX #BA3772 Royal Heath

📋 copy color: '#BA3772'

red 186 ◦ green 55 ◦ blue 114

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

Shades of Royal Heath #BA3772

Tints of Royal Heath #BA3772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 52.39%
G = 15.49%
B = 32.11%

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

#BA3772 (or 0xBA3772) is known color: Royal Heath. HEX triplet: BA, 37 and 72. RGB value is (186,55,114). Sum of RGB (Red+Green+Blue) = 186+55+114=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3772 is #45C88D. Grayscale: #646464. Windows color (decimal): -4573326 or 7485370. OLE color: 7485370.

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

Color convert

RGB 186 55 114 -
CMYK 0 0.70 0.39 0.27
HSL 332.98º 0.54% 0.47% -
HSV(B) 332.98º 0.7% 0.73% -
XYZ 24.65 14.39 17.4 -
YUV 100.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 186 55 114 0 0.70 0.39 0.27 332.98 0.54 0.47
Hex BA 37 72 0 46 27 1B 14D 36 2F
Octal 272 67 162 0 106 47 33 515 66 57
Binary 10111010 110111 1110010 0 1000110 100111 11011 101001101 110110 101111

Color Harmonies of #BA3772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3772

Black with #BA3772

Text Example


Text Example

White with #BA3772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3772; }

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

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

background-color css

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

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

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

border-color css

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

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

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