Html Css Color HEX #BA496F Royal Heath

📋 copy color: '#BA496F'

red 186 ◦ green 73 ◦ blue 111

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

Shades of Royal Heath #BA496F

Tints of Royal Heath #BA496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 50.27%
G = 19.73%
B = 30%

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

#BA496F (or 0xBA496F) is known color: Royal Heath. HEX triplet: BA, 49 and 6F. RGB value is (186,73,111). Sum of RGB (Red+Green+Blue) = 186+73+111=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA496F is #45B690. Grayscale: #6F6F6F. Windows color (decimal): -4568721 or 7293370. OLE color: 7293370.

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

Color convert

RGB 186 73 111 -
CMYK 0 0.61 0.40 0.27
HSL 339.82º 0.45% 0.51% -
HSV(B) 339.82º 0.61% 0.73% -
XYZ 25.5 16.35 16.85 -
YUV 111.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 186 73 111 0 0.61 0.40 0.27 339.82 0.45 0.51
Hex BA 49 6F 0 3D 28 1B 154 2D 33
Octal 272 111 157 0 75 50 33 524 55 63
Binary 10111010 1001001 1101111 0 111101 101000 11011 101010100 101101 110011

Color Harmonies of #BA496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA496F

Black with #BA496F

Text Example


Text Example

White with #BA496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA496F; }

 p { color: rgb(186,73,111); }

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

background-color css

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

 a { background-color: rgb(186,73,111); }

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

border-color css

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

 span { border-color: rgb(186,73,111); }

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