Html Css Color HEX #BA497D Royal Heath

📋 copy color: '#BA497D'

red 186 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #BA497D

Tints of Royal Heath #BA497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 48.44%
G = 19.01%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA497D (or 0xBA497D) is known color: Royal Heath. HEX triplet: BA, 49 and 7D. RGB value is (186,73,125). Sum of RGB (Red+Green+Blue) = 186+73+125=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA497D is #45B682. Grayscale: #707070. Windows color (decimal): -4568707 or 8210874. OLE color: 8210874.

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

Color convert

RGB 186 73 125 -
CMYK 0 0.61 0.33 0.27
HSL 332.39º 0.45% 0.51% -
HSV(B) 332.39º 0.61% 0.73% -
XYZ 26.33 16.68 21.23 -
YUV 112.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 186 73 125 0 0.61 0.33 0.27 332.39 0.45 0.51
Hex BA 49 7D 0 3D 21 1B 14C 2D 33
Octal 272 111 175 0 75 41 33 514 55 63
Binary 10111010 1001001 1111101 0 111101 100001 11011 101001100 101101 110011

Color Harmonies of #BA497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA497D

Black with #BA497D

Text Example


Text Example

White with #BA497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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