Html Css Color HEX #BA446D Royal Heath

📋 copy color: '#BA446D'

red 186 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #BA446D

Tints of Royal Heath #BA446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 51.24%
G = 18.73%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA446D (or 0xBA446D) is known color: Royal Heath. HEX triplet: BA, 44 and 6D. RGB value is (186,68,109). Sum of RGB (Red+Green+Blue) = 186+68+109=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA446D is #45BB92. Grayscale: #6B6B6B. Windows color (decimal): -4570003 or 7161018. OLE color: 7161018.

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

Color convert

RGB 186 68 109 -
CMYK 0 0.63 0.41 0.27
HSL 339.15º 0.46% 0.5% -
HSV(B) 339.15º 0.63% 0.73% -
XYZ 25.08 15.68 16.17 -
YUV 107.96 128.59 183.67 -
System Red Green Blue C M Y K H S L
Decimal 186 68 109 0 0.63 0.41 0.27 339.15 0.46 0.5
Hex BA 44 6D 0 3F 29 1B 153 2E 32
Octal 272 104 155 0 77 51 33 523 56 62
Binary 10111010 1000100 1101101 0 111111 101001 11011 101010011 101110 110010

Color Harmonies of #BA446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA446D

Black with #BA446D

Text Example


Text Example

White with #BA446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA446D; }

 p { color: rgb(186,68,109); }

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

background-color css

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

 a { background-color: rgb(186,68,109); }

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

border-color css

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

 span { border-color: rgb(186,68,109); }

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