Html Css Color HEX #BA4B78 Royal Heath

📋 copy color: '#BA4B78'

red 186 ◦ green 75 ◦ blue 120

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

Shades of Royal Heath #BA4B78

Tints of Royal Heath #BA4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 48.82%
G = 19.69%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4B78 (or 0xBA4B78) is known color: Royal Heath. HEX triplet: BA, 4B and 78. RGB value is (186,75,120). Sum of RGB (Red+Green+Blue) = 186+75+120=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B78 is #45B487. Grayscale: #717171. Windows color (decimal): -4568200 or 7883706. OLE color: 7883706.

HSL color Cylindrical-coordinate representation of color #BA4B78: hue angle of 335.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B78 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 120 -
CMYK 0 0.60 0.35 0.27
HSL 335.68º 0.45% 0.51% -
HSV(B) 335.68º 0.6% 0.73% -
XYZ 26.16 16.83 19.64 -
YUV 113.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 186 75 120 0 0.60 0.35 0.27 335.68 0.45 0.51
Hex BA 4B 78 0 3C 23 1B 150 2D 33
Octal 272 113 170 0 74 43 33 520 55 63
Binary 10111010 1001011 1111000 0 111100 100011 11011 101010000 101101 110011

Color Harmonies of #BA4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B78

Black with #BA4B78

Text Example


Text Example

White with #BA4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B78; }

 p { color: rgb(186,75,120); }

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

background-color css

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

 a { background-color: rgb(186,75,120); }

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

border-color css

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

 span { border-color: rgb(186,75,120); }

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