Html Css Color HEX #BA487E Royal Heath

📋 copy color: '#BA487E'

red 186 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #BA487E

Tints of Royal Heath #BA487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 48.44%
G = 18.75%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA487E (or 0xBA487E) is known color: Royal Heath. HEX triplet: BA, 48 and 7E. RGB value is (186,72,126). Sum of RGB (Red+Green+Blue) = 186+72+126=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA487E is #45B781. Grayscale: #707070. Windows color (decimal): -4568962 or 8276154. OLE color: 8276154.

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

Color convert

RGB 186 72 126 -
CMYK 0 0.61 0.32 0.27
HSL 331.58º 0.45% 0.51% -
HSV(B) 331.58º 0.61% 0.73% -
XYZ 26.33 16.58 21.55 -
YUV 112.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 186 72 126 0 0.61 0.32 0.27 331.58 0.45 0.51
Hex BA 48 7E 0 3D 20 1B 14C 2D 33
Octal 272 110 176 0 75 40 33 514 55 63
Binary 10111010 1001000 1111110 0 111101 100000 11011 101001100 101101 110011

Color Harmonies of #BA487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA487E

Black with #BA487E

Text Example


Text Example

White with #BA487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA487E; }

 p { color: rgb(186,72,126); }

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

background-color css

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

 a { background-color: rgb(186,72,126); }

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

border-color css

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

 span { border-color: rgb(186,72,126); }

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