Html Css Color HEX #BA4377 Royal Heath

📋 copy color: '#BA4377'

red 186 ◦ green 67 ◦ blue 119

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

Shades of Royal Heath #BA4377

Tints of Royal Heath #BA4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 50%
G = 18.01%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA4377 (or 0xBA4377) is known color: Royal Heath. HEX triplet: BA, 43 and 77. RGB value is (186,67,119). Sum of RGB (Red+Green+Blue) = 186+67+119=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4377 is #45BC88. Grayscale: #6C6C6C. Windows color (decimal): -4570249 or 7816122. OLE color: 7816122.

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

Color convert

RGB 186 67 119 -
CMYK 0 0.64 0.36 0.27
HSL 333.78º 0.47% 0.5% -
HSV(B) 333.78º 0.64% 0.73% -
XYZ 25.59 15.79 19.15 -
YUV 108.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 186 67 119 0 0.64 0.36 0.27 333.78 0.47 0.5
Hex BA 43 77 0 40 24 1B 14E 2F 32
Octal 272 103 167 0 100 44 33 516 57 62
Binary 10111010 1000011 1110111 0 1000000 100100 11011 101001110 101111 110010

Color Harmonies of #BA4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4377

Black with #BA4377

Text Example


Text Example

White with #BA4377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4377; }

 p { color: rgb(186,67,119); }

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

background-color css

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

 a { background-color: rgb(186,67,119); }

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

border-color css

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

 span { border-color: rgb(186,67,119); }

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