Html Css Color HEX #BA4C74 Royal Heath

📋 copy color: '#BA4C74'

red 186 ◦ green 76 ◦ blue 116

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

Shades of Royal Heath #BA4C74

Tints of Royal Heath #BA4C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 49.21%
G = 20.11%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4C74 (or 0xBA4C74) is known color: Royal Heath. HEX triplet: BA, 4C and 74. RGB value is (186,76,116). Sum of RGB (Red+Green+Blue) = 186+76+116=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C74 is #45B38B. Grayscale: #717171. Windows color (decimal): -4567948 or 7621818. OLE color: 7621818.

HSL color Cylindrical-coordinate representation of color #BA4C74: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C74 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 116 -
CMYK 0 0.59 0.38 0.27
HSL 338.18º 0.44% 0.51% -
HSV(B) 338.18º 0.59% 0.73% -
XYZ 25.99 16.87 18.41 -
YUV 113.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 186 76 116 0 0.59 0.38 0.27 338.18 0.44 0.51
Hex BA 4C 74 0 3B 26 1B 152 2C 33
Octal 272 114 164 0 73 46 33 522 54 63
Binary 10111010 1001100 1110100 0 111011 100110 11011 101010010 101100 110011

Color Harmonies of #BA4C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C74

Black with #BA4C74

Text Example


Text Example

White with #BA4C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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