Html Css Color HEX #BA4976 Royal Heath

📋 copy color: '#BA4976'

red 186 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #BA4976

Tints of Royal Heath #BA4976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 49.34%
G = 19.36%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA4976 (or 0xBA4976) is known color: Royal Heath. HEX triplet: BA, 49 and 76. RGB value is (186,73,118). Sum of RGB (Red+Green+Blue) = 186+73+118=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4976 is #45B689. Grayscale: #6F6F6F. Windows color (decimal): -4568714 or 7752122. OLE color: 7752122.

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

Color convert

RGB 186 73 118 -
CMYK 0 0.61 0.37 0.27
HSL 336.11º 0.45% 0.51% -
HSV(B) 336.11º 0.61% 0.73% -
XYZ 25.9 16.51 18.96 -
YUV 111.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 186 73 118 0 0.61 0.37 0.27 336.11 0.45 0.51
Hex BA 49 76 0 3D 25 1B 150 2D 33
Octal 272 111 166 0 75 45 33 520 55 63
Binary 10111010 1001001 1110110 0 111101 100101 11011 101010000 101101 110011

Color Harmonies of #BA4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4976

Black with #BA4976

Text Example


Text Example

White with #BA4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4976; }

 p { color: rgb(186,73,118); }

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

background-color css

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

 a { background-color: rgb(186,73,118); }

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

border-color css

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

 span { border-color: rgb(186,73,118); }

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