Html Css Color HEX #BA4870 Royal Heath

📋 copy color: '#BA4870'

red 186 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #BA4870

Tints of Royal Heath #BA4870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 50.27%
G = 19.46%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA4870 (or 0xBA4870) is known color: Royal Heath. HEX triplet: BA, 48 and 70. RGB value is (186,72,112). Sum of RGB (Red+Green+Blue) = 186+72+112=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4870 is #45B78F. Grayscale: #6E6E6E. Windows color (decimal): -4568976 or 7358650. OLE color: 7358650.

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

Color convert

RGB 186 72 112 -
CMYK 0 0.61 0.40 0.27
HSL 338.95º 0.45% 0.51% -
HSV(B) 338.95º 0.61% 0.73% -
XYZ 25.49 16.24 17.12 -
YUV 110.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 186 72 112 0 0.61 0.40 0.27 338.95 0.45 0.51
Hex BA 48 70 0 3D 28 1B 153 2D 33
Octal 272 110 160 0 75 50 33 523 55 63
Binary 10111010 1001000 1110000 0 111101 101000 11011 101010011 101101 110011

Color Harmonies of #BA4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4870

Black with #BA4870

Text Example


Text Example

White with #BA4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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