Html Css Color HEX #BA4479 Royal Heath

📋 copy color: '#BA4479'

red 186 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #BA4479

Tints of Royal Heath #BA4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 49.6%
G = 18.13%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4479 (or 0xBA4479) is known color: Royal Heath. HEX triplet: BA, 44 and 79. RGB value is (186,68,121). Sum of RGB (Red+Green+Blue) = 186+68+121=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4479 is #45BB86. Grayscale: #6D6D6D. Windows color (decimal): -4569991 or 7947450. OLE color: 7947450.

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

Color convert

RGB 186 68 121 -
CMYK 0 0.63 0.35 0.27
HSL 333.05º 0.46% 0.5% -
HSV(B) 333.05º 0.63% 0.73% -
XYZ 25.77 15.95 19.81 -
YUV 109.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 186 68 121 0 0.63 0.35 0.27 333.05 0.46 0.5
Hex BA 44 79 0 3F 23 1B 14D 2E 32
Octal 272 104 171 0 77 43 33 515 56 62
Binary 10111010 1000100 1111001 0 111111 100011 11011 101001101 101110 110010

Color Harmonies of #BA4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4479

Black with #BA4479

Text Example


Text Example

White with #BA4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4479; }

 p { color: rgb(186,68,121); }

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

background-color css

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

 a { background-color: rgb(186,68,121); }

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

border-color css

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

 span { border-color: rgb(186,68,121); }

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