Html Css Color HEX #BA4872 Royal Heath

📋 copy color: '#BA4872'

red 186 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #BA4872

Tints of Royal Heath #BA4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 50%
G = 19.35%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4872 (or 0xBA4872) is known color: Royal Heath. HEX triplet: BA, 48 and 72. RGB value is (186,72,114). Sum of RGB (Red+Green+Blue) = 186+72+114=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4872 is #45B78D. Grayscale: #6E6E6E. Windows color (decimal): -4568974 or 7489722. OLE color: 7489722.

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

Color convert

RGB 186 72 114 -
CMYK 0 0.61 0.39 0.27
HSL 337.89º 0.45% 0.51% -
HSV(B) 337.89º 0.61% 0.73% -
XYZ 25.6 16.29 17.71 -
YUV 110.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 186 72 114 0 0.61 0.39 0.27 337.89 0.45 0.51
Hex BA 48 72 0 3D 27 1B 152 2D 33
Octal 272 110 162 0 75 47 33 522 55 63
Binary 10111010 1001000 1110010 0 111101 100111 11011 101010010 101101 110011

Color Harmonies of #BA4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4872

Black with #BA4872

Text Example


Text Example

White with #BA4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4872; }

 p { color: rgb(186,72,114); }

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

background-color css

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

 a { background-color: rgb(186,72,114); }

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

border-color css

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

 span { border-color: rgb(186,72,114); }

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