Html Css Color HEX #BA4079 Royal Heath

📋 copy color: '#BA4079'

red 186 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #BA4079

Tints of Royal Heath #BA4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

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

R = 50.13%
G = 17.25%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4079 (or 0xBA4079) is known color: Royal Heath. HEX triplet: BA, 40 and 79. RGB value is (186,64,121). Sum of RGB (Red+Green+Blue) = 186+64+121=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4079 is #45BF86. Grayscale: #6A6A6A. Windows color (decimal): -4571015 or 7946426. OLE color: 7946426.

HSL color Cylindrical-coordinate representation of color #BA4079: hue angle of 331.97º 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 #BA4079 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 64 121 -
CMYK 0 0.66 0.35 0.27
HSL 331.97º 0.49% 0.49% -
HSV(B) 331.97º 0.66% 0.73% -
XYZ 25.53 15.49 19.73 -
YUV 106.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 186 64 121 0 0.66 0.35 0.27 331.97 0.49 0.49
Hex BA 40 79 0 42 23 1B 14C 31 31
Octal 272 100 171 0 102 43 33 514 61 61
Binary 10111010 1000000 1111001 0 1000010 100011 11011 101001100 110001 110001

Color Harmonies of #BA4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4079

Black with #BA4079

Text Example


Text Example

White with #BA4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4079; }

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

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

background-color css

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

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

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

border-color css

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

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

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