Html Css Color HEX #BA4D70 Royal Heath

📋 copy color: '#BA4D70'

red 186 ◦ green 77 ◦ blue 112

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

Shades of Royal Heath #BA4D70

Tints of Royal Heath #BA4D70

RGB

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

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

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

R = 49.6%
G = 20.53%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA4D70 (or 0xBA4D70) is known color: Royal Heath. HEX triplet: BA, 4D and 70. RGB value is (186,77,112). Sum of RGB (Red+Green+Blue) = 186+77+112=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D70 is #45B28F. Grayscale: #717171. Windows color (decimal): -4567696 or 7359930. OLE color: 7359930.

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

Color convert

RGB 186 77 112 -
CMYK 0 0.59 0.40 0.27
HSL 340.73º 0.44% 0.52% -
HSV(B) 340.73º 0.59% 0.73% -
XYZ 25.83 16.92 17.23 -
YUV 113.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 186 77 112 0 0.59 0.40 0.27 340.73 0.44 0.52
Hex BA 4D 70 0 3B 28 1B 155 2C 34
Octal 272 115 160 0 73 50 33 525 54 64
Binary 10111010 1001101 1110000 0 111011 101000 11011 101010101 101100 110100

Color Harmonies of #BA4D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D70

Black with #BA4D70

Text Example


Text Example

White with #BA4D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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