Html Css Color HEX #BA3D73 Royal Heath

📋 copy color: '#BA3D73'

red 186 ◦ green 61 ◦ blue 115

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

Shades of Royal Heath #BA3D73

Tints of Royal Heath #BA3D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 51.38%
G = 16.85%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA3D73 (or 0xBA3D73) is known color: Royal Heath. HEX triplet: BA, 3D and 73. RGB value is (186,61,115). Sum of RGB (Red+Green+Blue) = 186+61+115=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D73 is #45C28C. Grayscale: #686868. Windows color (decimal): -4571789 or 7552442. OLE color: 7552442.

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

Color convert

RGB 186 61 115 -
CMYK 0 0.67 0.38 0.27
HSL 334.08º 0.51% 0.48% -
HSV(B) 334.08º 0.67% 0.73% -
XYZ 25.01 15.01 17.8 -
YUV 104.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 186 61 115 0 0.67 0.38 0.27 334.08 0.51 0.48
Hex BA 3D 73 0 43 26 1B 14E 33 30
Octal 272 75 163 0 103 46 33 516 63 60
Binary 10111010 111101 1110011 0 1000011 100110 11011 101001110 110011 110000

Color Harmonies of #BA3D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D73

Black with #BA3D73

Text Example


Text Example

White with #BA3D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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