#BE5177

Color #BE5177 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BE5177

Tints of Royal Heath #BE5177

Color information

#BE5177 (or 0xBE5177) is unknown color: approx Royal Heath. HEX triplet: BE, 51 and 77. RGB value is (190,81,119). Sum of RGB (Red+Green+Blue) = 190+81+119=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5177 is #41AE88. Grayscale: #757575. Windows color (decimal): -4304521 or 7819710. OLE color: 7819710.

HSL color Cylindrical-coordinate representation of color #BE5177: hue angle of 339.08º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5177 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB19081119-
CMYK00.570.370.25
HSL339.08º45.61%53.14%-
HSV(B)339.08º57.37%74.51%-
XYZ27.5118.1619.51-
YUV117.92128.61179.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=48.72%
G=20.77%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908111900.570.370.25339.0845.6153.14
HexBE517703925191532e35
Octal27612116707145315235665
Binary1011111010100011110111011100110010111001101010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5177; }

 p { color: rgb(190,81,119); }

 H1.HeaderClassName
 {
   color: #BE5177;
 }
 .AnyTagClassName
 {
   color: #BE5177;
 }
</style>
background-color css

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

 a { background-color: rgb(190,81,119); }

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

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

 span { border-color: rgb(190,81,119); }

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