Html Css Color HEX #BA4674 Royal Heath

📋 copy color: '#BA4674'

red 186 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #BA4674

Tints of Royal Heath #BA4674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.82%

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

R = 50%
G = 18.82%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA4674 (or 0xBA4674) is known color: Royal Heath. HEX triplet: BA, 46 and 74. RGB value is (186,70,116). Sum of RGB (Red+Green+Blue) = 186+70+116=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4674 is #45B98B. Grayscale: #6D6D6D. Windows color (decimal): -4569484 or 7620282. OLE color: 7620282.

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

Color convert

RGB 186 70 116 -
CMYK 0 0.62 0.38 0.27
HSL 336.21º 0.46% 0.5% -
HSV(B) 336.21º 0.62% 0.73% -
XYZ 25.59 16.08 18.28 -
YUV 109.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 186 70 116 0 0.62 0.38 0.27 336.21 0.46 0.5
Hex BA 46 74 0 3E 26 1B 150 2E 32
Octal 272 106 164 0 76 46 33 520 56 62
Binary 10111010 1000110 1110100 0 111110 100110 11011 101010000 101110 110010

Color Harmonies of #BA4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4674

Black with #BA4674

Text Example


Text Example

White with #BA4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4674; }

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

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

background-color css

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

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

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

border-color css

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

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

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