Html Css Color HEX #BA5A7F Royal Heath

📋 copy color: '#BA5A7F'

red 186 ◦ green 90 ◦ blue 127

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

Shades of Royal Heath #BA5A7F

Tints of Royal Heath #BA5A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

 BLUE value IS 127 (50% from 255) = 31.51%

R = 46.15%
G = 22.33%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA5A7F (or 0xBA5A7F) is known color: Royal Heath. HEX triplet: BA, 5A and 7F. RGB value is (186,90,127). Sum of RGB (Red+Green+Blue) = 186+90+127=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A7F is #45A580. Grayscale: #7A7A7A. Windows color (decimal): -4564353 or 8346298. OLE color: 8346298.

HSL color Cylindrical-coordinate representation of color #BA5A7F: hue angle of 336.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5A7F is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 90 127 -
CMYK 0 0.52 0.32 0.27
HSL 336.88º 0.41% 0.54% -
HSV(B) 336.88º 0.52% 0.73% -
XYZ 27.74 19.28 22.34 -
YUV 122.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 186 90 127 0 0.52 0.32 0.27 336.88 0.41 0.54
Hex BA 5A 7F 0 34 20 1B 151 29 36
Octal 272 132 177 0 64 40 33 521 51 66
Binary 10111010 1011010 1111111 0 110100 100000 11011 101010001 101001 110110

Color Harmonies of #BA5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A7F

Black with #BA5A7F

Text Example


Text Example

White with #BA5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A7F; }

 p { color: rgb(186,90,127); }

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

background-color css

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

 a { background-color: rgb(186,90,127); }

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

border-color css

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

 span { border-color: rgb(186,90,127); }

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