Html Css Color HEX #BA496E Royal Heath

📋 copy color: '#BA496E'

red 186 ◦ green 73 ◦ blue 110

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

Shades of Royal Heath #BA496E

Tints of Royal Heath #BA496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 50.41%
G = 19.78%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA496E (or 0xBA496E) is known color: Royal Heath. HEX triplet: BA, 49 and 6E. RGB value is (186,73,110). Sum of RGB (Red+Green+Blue) = 186+73+110=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA496E is #45B691. Grayscale: #6E6E6E. Windows color (decimal): -4568722 or 7227834. OLE color: 7227834.

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

Color convert

RGB 186 73 110 -
CMYK 0 0.61 0.41 0.27
HSL 340.35º 0.45% 0.51% -
HSV(B) 340.35º 0.61% 0.73% -
XYZ 25.45 16.33 16.56 -
YUV 111.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 186 73 110 0 0.61 0.41 0.27 340.35 0.45 0.51
Hex BA 49 6E 0 3D 29 1B 154 2D 33
Octal 272 111 156 0 75 51 33 524 55 63
Binary 10111010 1001001 1101110 0 111101 101001 11011 101010100 101101 110011

Color Harmonies of #BA496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA496E

Black with #BA496E

Text Example


Text Example

White with #BA496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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