Html Css Color HEX #BA4D72 Royal Heath

📋 copy color: '#BA4D72'

red 186 ◦ green 77 ◦ blue 114

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

Shades of Royal Heath #BA4D72

Tints of Royal Heath #BA4D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

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

R = 49.34%
G = 20.42%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4D72 (or 0xBA4D72) is known color: Royal Heath. HEX triplet: BA, 4D and 72. RGB value is (186,77,114). Sum of RGB (Red+Green+Blue) = 186+77+114=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D72 is #45B28D. Grayscale: #717171. Windows color (decimal): -4567694 or 7491002. OLE color: 7491002.

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

Color convert

RGB 186 77 114 -
CMYK 0 0.59 0.39 0.27
HSL 339.63º 0.44% 0.52% -
HSV(B) 339.63º 0.59% 0.73% -
XYZ 25.94 16.96 17.83 -
YUV 113.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 186 77 114 0 0.59 0.39 0.27 339.63 0.44 0.52
Hex BA 4D 72 0 3B 27 1B 154 2C 34
Octal 272 115 162 0 73 47 33 524 54 64
Binary 10111010 1001101 1110010 0 111011 100111 11011 101010100 101100 110100

Color Harmonies of #BA4D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D72

Black with #BA4D72

Text Example


Text Example

White with #BA4D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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