Html Css Color HEX #BA3970 Royal Heath

📋 copy color: '#BA3970'

red 186 ◦ green 57 ◦ blue 112

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

Shades of Royal Heath #BA3970

Tints of Royal Heath #BA3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

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

R = 52.39%
G = 16.06%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA3970 (or 0xBA3970) is known color: Royal Heath. HEX triplet: BA, 39 and 70. RGB value is (186,57,112). Sum of RGB (Red+Green+Blue) = 186+57+112=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3970 is #45C68F. Grayscale: #656565. Windows color (decimal): -4572816 or 7354810. OLE color: 7354810.

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

Color convert

RGB 186 57 112 -
CMYK 0 0.69 0.40 0.27
HSL 334.42º 0.53% 0.48% -
HSV(B) 334.42º 0.69% 0.73% -
XYZ 24.64 14.54 16.84 -
YUV 101.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 186 57 112 0 0.69 0.40 0.27 334.42 0.53 0.48
Hex BA 39 70 0 45 28 1B 14E 35 30
Octal 272 71 160 0 105 50 33 516 65 60
Binary 10111010 111001 1110000 0 1000101 101000 11011 101001110 110101 110000

Color Harmonies of #BA3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3970

Black with #BA3970

Text Example


Text Example

White with #BA3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3970; }

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

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

background-color css

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

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

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

border-color css

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

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

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