Html Css Color HEX #BA4170 Royal Heath

📋 copy color: '#BA4170'

red 186 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #BA4170

Tints of Royal Heath #BA4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 51.24%
G = 17.91%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA4170 (or 0xBA4170) is known color: Royal Heath. HEX triplet: BA, 41 and 70. RGB value is (186,65,112). Sum of RGB (Red+Green+Blue) = 186+65+112=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4170 is #45BE8F. Grayscale: #6A6A6A. Windows color (decimal): -4570768 or 7356858. OLE color: 7356858.

HSL color Cylindrical-coordinate representation of color #BA4170: hue angle of 336.69º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4170 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 112 -
CMYK 0 0.65 0.40 0.27
HSL 336.69º 0.48% 0.49% -
HSV(B) 336.69º 0.65% 0.73% -
XYZ 25.06 15.39 16.98 -
YUV 106.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 186 65 112 0 0.65 0.40 0.27 336.69 0.48 0.49
Hex BA 41 70 0 41 28 1B 151 30 31
Octal 272 101 160 0 101 50 33 521 60 61
Binary 10111010 1000001 1110000 0 1000001 101000 11011 101010001 110000 110001

Color Harmonies of #BA4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4170

Black with #BA4170

Text Example


Text Example

White with #BA4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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