Html Css Color HEX #BA4578 Royal Heath

📋 copy color: '#BA4578'

red 186 ◦ green 69 ◦ blue 120

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

Shades of Royal Heath #BA4578

Tints of Royal Heath #BA4578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 49.6%
G = 18.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4578 (or 0xBA4578) is known color: Royal Heath. HEX triplet: BA, 45 and 78. RGB value is (186,69,120). Sum of RGB (Red+Green+Blue) = 186+69+120=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4578 is #45BA87. Grayscale: #6D6D6D. Windows color (decimal): -4569736 or 7882170. OLE color: 7882170.

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

Color convert

RGB 186 69 120 -
CMYK 0 0.63 0.35 0.27
HSL 333.85º 0.46% 0.5% -
HSV(B) 333.85º 0.63% 0.73% -
XYZ 25.77 16.05 19.51 -
YUV 109.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 186 69 120 0 0.63 0.35 0.27 333.85 0.46 0.5
Hex BA 45 78 0 3F 23 1B 14E 2E 32
Octal 272 105 170 0 77 43 33 516 56 62
Binary 10111010 1000101 1111000 0 111111 100011 11011 101001110 101110 110010

Color Harmonies of #BA4578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4578

Black with #BA4578

Text Example


Text Example

White with #BA4578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4578; }

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

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

background-color css

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

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

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

border-color css

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

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

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