Html Css Color HEX #BA3F76 Royal Heath

📋 copy color: '#BA3F76'

red 186 ◦ green 63 ◦ blue 118

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

Shades of Royal Heath #BA3F76

Tints of Royal Heath #BA3F76

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 50.68%
G = 17.17%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA3F76 (or 0xBA3F76) is known color: Royal Heath. HEX triplet: BA, 3F and 76. RGB value is (186,63,118). Sum of RGB (Red+Green+Blue) = 186+63+118=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F76 is #45C089. Grayscale: #696969. Windows color (decimal): -4571274 or 7749562. OLE color: 7749562.

HSL color Cylindrical-coordinate representation of color #BA3F76: hue angle of 333.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3F76 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 118 -
CMYK 0 0.66 0.37 0.27
HSL 333.17º 0.49% 0.49% -
HSV(B) 333.17º 0.66% 0.73% -
XYZ 25.3 15.3 18.76 -
YUV 106.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 186 63 118 0 0.66 0.37 0.27 333.17 0.49 0.49
Hex BA 3F 76 0 42 25 1B 14D 31 31
Octal 272 77 166 0 102 45 33 515 61 61
Binary 10111010 111111 1110110 0 1000010 100101 11011 101001101 110001 110001

Color Harmonies of #BA3F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F76

Black with #BA3F76

Text Example


Text Example

White with #BA3F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F76; }

 p { color: rgb(186,63,118); }

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

background-color css

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

 a { background-color: rgb(186,63,118); }

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

border-color css

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

 span { border-color: rgb(186,63,118); }

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