Html Css Color HEX #BA4574 Royal Heath

📋 copy color: '#BA4574'

red 186 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #BA4574

Tints of Royal Heath #BA4574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 50.13%
G = 18.6%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4574 (or 0xBA4574) is known color: Royal Heath. HEX triplet: BA, 45 and 74. RGB value is (186,69,116). Sum of RGB (Red+Green+Blue) = 186+69+116=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4574 is #45BA8B. Grayscale: #6D6D6D. Windows color (decimal): -4569740 or 7620026. OLE color: 7620026.

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

Color convert

RGB 186 69 116 -
CMYK 0 0.63 0.38 0.27
HSL 335.9º 0.46% 0.5% -
HSV(B) 335.9º 0.63% 0.73% -
XYZ 25.53 15.96 18.26 -
YUV 109.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 186 69 116 0 0.63 0.38 0.27 335.9 0.46 0.5
Hex BA 45 74 0 3F 26 1B 150 2E 32
Octal 272 105 164 0 77 46 33 520 56 62
Binary 10111010 1000101 1110100 0 111111 100110 11011 101010000 101110 110010

Color Harmonies of #BA4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4574

Black with #BA4574

Text Example


Text Example

White with #BA4574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4574; }

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

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

background-color css

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

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

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

border-color css

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

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

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