Html Css Color HEX #BA5071 Royal Heath

📋 copy color: '#BA5071'

red 186 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #BA5071

Tints of Royal Heath #BA5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 49.08%
G = 21.11%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA5071 (or 0xBA5071) is known color: Royal Heath. HEX triplet: BA, 50 and 71. RGB value is (186,80,113). Sum of RGB (Red+Green+Blue) = 186+80+113=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5071 is #45AF8E. Grayscale: #737373. Windows color (decimal): -4566927 or 7426234. OLE color: 7426234.

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

Color convert

RGB 186 80 113 -
CMYK 0 0.57 0.39 0.27
HSL 341.32º 0.43% 0.52% -
HSV(B) 341.32º 0.57% 0.73% -
XYZ 26.1 17.37 17.6 -
YUV 115.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 186 80 113 0 0.57 0.39 0.27 341.32 0.43 0.52
Hex BA 50 71 0 39 27 1B 155 2B 34
Octal 272 120 161 0 71 47 33 525 53 64
Binary 10111010 1010000 1110001 0 111001 100111 11011 101010101 101011 110100

Color Harmonies of #BA5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5071

Black with #BA5071

Text Example


Text Example

White with #BA5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5071; }

 p { color: rgb(186,80,113); }

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

background-color css

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

 a { background-color: rgb(186,80,113); }

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

border-color css

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

 span { border-color: rgb(186,80,113); }

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