Html Css Color HEX #BA446E Royal Heath

📋 copy color: '#BA446E'

red 186 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #BA446E

Tints of Royal Heath #BA446E

RGB

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

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

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

R = 51.1%
G = 18.68%
B = 30.22%

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

#BA446E (or 0xBA446E) is known color: Royal Heath. HEX triplet: BA, 44 and 6E. RGB value is (186,68,110). Sum of RGB (Red+Green+Blue) = 186+68+110=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA446E is #45BB91. Grayscale: #6C6C6C. Windows color (decimal): -4570002 or 7226554. OLE color: 7226554.

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

Color convert

RGB 186 68 110 -
CMYK 0 0.63 0.41 0.27
HSL 338.64º 0.46% 0.5% -
HSV(B) 338.64º 0.63% 0.73% -
XYZ 25.13 15.7 16.46 -
YUV 108.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 186 68 110 0 0.63 0.41 0.27 338.64 0.46 0.5
Hex BA 44 6E 0 3F 29 1B 153 2E 32
Octal 272 104 156 0 77 51 33 523 56 62
Binary 10111010 1000100 1101110 0 111111 101001 11011 101010011 101110 110010

Color Harmonies of #BA446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA446E

Black with #BA446E

Text Example


Text Example

White with #BA446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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