Html Css Color HEX #BA447D Royal Heath

📋 copy color: '#BA447D'

red 186 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #BA447D

Tints of Royal Heath #BA447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 49.08%
G = 17.94%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA447D (or 0xBA447D) is known color: Royal Heath. HEX triplet: BA, 44 and 7D. RGB value is (186,68,125). Sum of RGB (Red+Green+Blue) = 186+68+125=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA447D is #45BB82. Grayscale: #6D6D6D. Windows color (decimal): -4569987 or 8209594. OLE color: 8209594.

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

Color convert

RGB 186 68 125 -
CMYK 0 0.63 0.33 0.27
HSL 331.02º 0.46% 0.5% -
HSV(B) 331.02º 0.63% 0.73% -
XYZ 26.02 16.05 21.13 -
YUV 109.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 186 68 125 0 0.63 0.33 0.27 331.02 0.46 0.5
Hex BA 44 7D 0 3F 21 1B 14B 2E 32
Octal 272 104 175 0 77 41 33 513 56 62
Binary 10111010 1000100 1111101 0 111111 100001 11011 101001011 101110 110010

Color Harmonies of #BA447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA447D

Black with #BA447D

Text Example


Text Example

White with #BA447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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