Html Css Color HEX #BA487D Royal Heath

📋 copy color: '#BA487D'

red 186 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #BA487D

Tints of Royal Heath #BA487D

RGB

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

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

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

R = 48.56%
G = 18.8%
B = 32.64%

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

#BA487D (or 0xBA487D) is known color: Royal Heath. HEX triplet: BA, 48 and 7D. RGB value is (186,72,125). Sum of RGB (Red+Green+Blue) = 186+72+125=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA487D is #45B782. Grayscale: #707070. Windows color (decimal): -4568963 or 8210618. OLE color: 8210618.

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

Color convert

RGB 186 72 125 -
CMYK 0 0.61 0.33 0.27
HSL 332.11º 0.45% 0.51% -
HSV(B) 332.11º 0.61% 0.73% -
XYZ 26.27 16.55 21.21 -
YUV 112.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 186 72 125 0 0.61 0.33 0.27 332.11 0.45 0.51
Hex BA 48 7D 0 3D 21 1B 14C 2D 33
Octal 272 110 175 0 75 41 33 514 55 63
Binary 10111010 1001000 1111101 0 111101 100001 11011 101001100 101101 110011

Color Harmonies of #BA487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA487D

Black with #BA487D

Text Example


Text Example

White with #BA487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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