Html Css Color HEX #BA4F71 Royal Heath

📋 copy color: '#BA4F71'

red 186 ◦ green 79 ◦ blue 113

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

Shades of Royal Heath #BA4F71

Tints of Royal Heath #BA4F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

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

R = 49.21%
G = 20.9%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA4F71 (or 0xBA4F71) is known color: Royal Heath. HEX triplet: BA, 4F and 71. RGB value is (186,79,113). Sum of RGB (Red+Green+Blue) = 186+79+113=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F71 is #45B08E. Grayscale: #727272. Windows color (decimal): -4567183 or 7425978. OLE color: 7425978.

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

Color convert

RGB 186 79 113 -
CMYK 0 0.58 0.39 0.27
HSL 340.93º 0.44% 0.52% -
HSV(B) 340.93º 0.58% 0.73% -
XYZ 26.03 17.22 17.58 -
YUV 114.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 186 79 113 0 0.58 0.39 0.27 340.93 0.44 0.52
Hex BA 4F 71 0 3A 27 1B 155 2C 34
Octal 272 117 161 0 72 47 33 525 54 64
Binary 10111010 1001111 1110001 0 111010 100111 11011 101010101 101100 110100

Color Harmonies of #BA4F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F71

Black with #BA4F71

Text Example


Text Example

White with #BA4F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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