Html Css Color HEX #BA5072 Royal Heath

📋 copy color: '#BA5072'

red 186 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #BA5072

Tints of Royal Heath #BA5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30%

R = 48.95%
G = 21.05%
B = 30%

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

#BA5072 (or 0xBA5072) is known color: Royal Heath. HEX triplet: BA, 50 and 72. RGB value is (186,80,114). Sum of RGB (Red+Green+Blue) = 186+80+114=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5072 is #45AF8D. Grayscale: #737373. Windows color (decimal): -4566926 or 7491770. OLE color: 7491770.

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

Color convert

RGB 186 80 114 -
CMYK 0 0.57 0.39 0.27
HSL 340.75º 0.43% 0.52% -
HSV(B) 340.75º 0.57% 0.73% -
XYZ 26.16 17.39 17.9 -
YUV 115.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 186 80 114 0 0.57 0.39 0.27 340.75 0.43 0.52
Hex BA 50 72 0 39 27 1B 155 2B 34
Octal 272 120 162 0 71 47 33 525 53 64
Binary 10111010 1010000 1110010 0 111001 100111 11011 101010101 101011 110100

Color Harmonies of #BA5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5072

Black with #BA5072

Text Example


Text Example

White with #BA5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5072; }

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

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

background-color css

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

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

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

border-color css

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

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

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