Html Css Color HEX #BE5376 Royal Heath

📋 copy color: '#BE5376'

red 190 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #BE5376

Tints of Royal Heath #BE5376

RGB

 RED value IS 190 (74.61% from 255) = 48.59%

 GREEN value IS 83 (32.81% from 255) = 21.23%

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

R = 48.59%
G = 21.23%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE5376 (or 0xBE5376) is known color: Royal Heath. HEX triplet: BE, 53 and 76. RGB value is (190,83,118). Sum of RGB (Red+Green+Blue) = 190+83+118=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5376 is #41AC89. Grayscale: #767676. Windows color (decimal): -4304010 or 7754686. OLE color: 7754686.

HSL color Cylindrical-coordinate representation of color #BE5376: hue angle of 340.37º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5376 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 83 118 -
CMYK 0 0.56 0.38 0.25
HSL 340.37º 0.45% 0.54% -
HSV(B) 340.37º 0.56% 0.75% -
XYZ 27.6 18.44 19.24 -
YUV 118.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 190 83 118 0 0.56 0.38 0.25 340.37 0.45 0.54
Hex BE 53 76 0 38 26 19 154 2D 36
Octal 276 123 166 0 70 46 31 524 55 66
Binary 10111110 1010011 1110110 0 111000 100110 11001 101010100 101101 110110

Color Harmonies of #BE5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5376

Black with #BE5376

Text Example


Text Example

White with #BE5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5376; }

 p { color: rgb(190,83,118); }

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

background-color css

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

 a { background-color: rgb(190,83,118); }

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

border-color css

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

 span { border-color: rgb(190,83,118); }

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