Html Css Color HEX #BA476E Royal Heath

📋 copy color: '#BA476E'

red 186 ◦ green 71 ◦ blue 110

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

Shades of Royal Heath #BA476E

Tints of Royal Heath #BA476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 50.68%
G = 19.35%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA476E (or 0xBA476E) is known color: Royal Heath. HEX triplet: BA, 47 and 6E. RGB value is (186,71,110). Sum of RGB (Red+Green+Blue) = 186+71+110=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA476E is #45B891. Grayscale: #6D6D6D. Windows color (decimal): -4569234 or 7227322. OLE color: 7227322.

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

Color convert

RGB 186 71 110 -
CMYK 0 0.62 0.41 0.27
HSL 339.65º 0.45% 0.5% -
HSV(B) 339.65º 0.62% 0.73% -
XYZ 25.32 16.07 16.52 -
YUV 109.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 186 71 110 0 0.62 0.41 0.27 339.65 0.45 0.5
Hex BA 47 6E 0 3E 29 1B 154 2D 32
Octal 272 107 156 0 76 51 33 524 55 62
Binary 10111010 1000111 1101110 0 111110 101001 11011 101010100 101101 110010

Color Harmonies of #BA476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA476E

Black with #BA476E

Text Example


Text Example

White with #BA476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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