Html Css Color HEX #BA476C Royal Heath

📋 copy color: '#BA476C'

red 186 ◦ green 71 ◦ blue 108

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

Shades of Royal Heath #BA476C

Tints of Royal Heath #BA476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 50.96%
G = 19.45%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA476C (or 0xBA476C) is known color: Royal Heath. HEX triplet: BA, 47 and 6C. RGB value is (186,71,108). Sum of RGB (Red+Green+Blue) = 186+71+108=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA476C is #45B893. Grayscale: #6D6D6D. Windows color (decimal): -4569236 or 7096250. OLE color: 7096250.

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

Color convert

RGB 186 71 108 -
CMYK 0 0.62 0.42 0.27
HSL 340.7º 0.45% 0.5% -
HSV(B) 340.7º 0.62% 0.73% -
XYZ 25.21 16.03 15.95 -
YUV 109.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 186 71 108 0 0.62 0.42 0.27 340.7 0.45 0.5
Hex BA 47 6C 0 3E 2A 1B 155 2D 32
Octal 272 107 154 0 76 52 33 525 55 62
Binary 10111010 1000111 1101100 0 111110 101010 11011 101010101 101101 110010

Color Harmonies of #BA476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA476C

Black with #BA476C

Text Example


Text Example

White with #BA476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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