Html Css Color HEX #BA476F Royal Heath

📋 copy color: '#BA476F'

red 186 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #BA476F

Tints of Royal Heath #BA476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 50.54%
G = 19.29%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA476F (or 0xBA476F) is known color: Royal Heath. HEX triplet: BA, 47 and 6F. RGB value is (186,71,111). Sum of RGB (Red+Green+Blue) = 186+71+111=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA476F is #45B890. Grayscale: #6D6D6D. Windows color (decimal): -4569233 or 7292858. OLE color: 7292858.

HSL color Cylindrical-coordinate representation of color #BA476F: hue angle of 339.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA476F is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 71 111 -
CMYK 0 0.62 0.40 0.27
HSL 339.13º 0.45% 0.5% -
HSV(B) 339.13º 0.62% 0.73% -
XYZ 25.37 16.09 16.81 -
YUV 109.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 186 71 111 0 0.62 0.40 0.27 339.13 0.45 0.5
Hex BA 47 6F 0 3E 28 1B 153 2D 32
Octal 272 107 157 0 76 50 33 523 55 62
Binary 10111010 1000111 1101111 0 111110 101000 11011 101010011 101101 110010

Color Harmonies of #BA476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA476F

Black with #BA476F

Text Example


Text Example

White with #BA476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA476F; }

 p { color: rgb(186,71,111); }

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

background-color css

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

 a { background-color: rgb(186,71,111); }

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

border-color css

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

 span { border-color: rgb(186,71,111); }

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