Html Css Color HEX #BA3671 Royal Heath

📋 copy color: '#BA3671'

red 186 ◦ green 54 ◦ blue 113

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

Shades of Royal Heath #BA3671

Tints of Royal Heath #BA3671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 52.69%
G = 15.3%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA3671 (or 0xBA3671) is known color: Royal Heath. HEX triplet: BA, 36 and 71. RGB value is (186,54,113). Sum of RGB (Red+Green+Blue) = 186+54+113=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3671 is #45C98E. Grayscale: #646464. Windows color (decimal): -4573583 or 7419578. OLE color: 7419578.

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

Color convert

RGB 186 54 113 -
CMYK 0 0.71 0.39 0.27
HSL 333.18º 0.55% 0.47% -
HSV(B) 333.18º 0.71% 0.73% -
XYZ 24.55 14.27 17.08 -
YUV 100.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 186 54 113 0 0.71 0.39 0.27 333.18 0.55 0.47
Hex BA 36 71 0 47 27 1B 14D 37 2F
Octal 272 66 161 0 107 47 33 515 67 57
Binary 10111010 110110 1110001 0 1000111 100111 11011 101001101 110111 101111

Color Harmonies of #BA3671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3671

Black with #BA3671

Text Example


Text Example

White with #BA3671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3671; }

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

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

background-color css

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

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

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

border-color css

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

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

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