Html Css Color HEX #BA467D Royal Heath

📋 copy color: '#BA467D'

red 186 ◦ green 70 ◦ blue 125

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

Shades of Royal Heath #BA467D

Tints of Royal Heath #BA467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

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

R = 48.82%
G = 18.37%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA467D (or 0xBA467D) is known color: Royal Heath. HEX triplet: BA, 46 and 7D. RGB value is (186,70,125). Sum of RGB (Red+Green+Blue) = 186+70+125=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA467D is #45B982. Grayscale: #6E6E6E. Windows color (decimal): -4569475 or 8210106. OLE color: 8210106.

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

Color convert

RGB 186 70 125 -
CMYK 0 0.62 0.33 0.27
HSL 331.55º 0.46% 0.5% -
HSV(B) 331.55º 0.62% 0.73% -
XYZ 26.14 16.3 21.17 -
YUV 110.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 186 70 125 0 0.62 0.33 0.27 331.55 0.46 0.5
Hex BA 46 7D 0 3E 21 1B 14C 2E 32
Octal 272 106 175 0 76 41 33 514 56 62
Binary 10111010 1000110 1111101 0 111110 100001 11011 101001100 101110 110010

Color Harmonies of #BA467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA467D

Black with #BA467D

Text Example


Text Example

White with #BA467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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