Html Css Color HEX #BA4074 Royal Heath

📋 copy color: '#BA4074'

red 186 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #BA4074

Tints of Royal Heath #BA4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 50.82%
G = 17.49%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4074 (or 0xBA4074) is known color: Royal Heath. HEX triplet: BA, 40 and 74. RGB value is (186,64,116). Sum of RGB (Red+Green+Blue) = 186+64+116=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4074 is #45BF8B. Grayscale: #6A6A6A. Windows color (decimal): -4571020 or 7618746. OLE color: 7618746.

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

Color convert

RGB 186 64 116 -
CMYK 0 0.66 0.38 0.27
HSL 334.43º 0.49% 0.49% -
HSV(B) 334.43º 0.66% 0.73% -
XYZ 25.24 15.37 18.16 -
YUV 106.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 186 64 116 0 0.66 0.38 0.27 334.43 0.49 0.49
Hex BA 40 74 0 42 26 1B 14E 31 31
Octal 272 100 164 0 102 46 33 516 61 61
Binary 10111010 1000000 1110100 0 1000010 100110 11011 101001110 110001 110001

Color Harmonies of #BA4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4074

Black with #BA4074

Text Example


Text Example

White with #BA4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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