#BE5076

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

Shades of Royal Heath #BE5076

Tints of Royal Heath #BE5076

Color information

#BE5076 (or 0xBE5076) is unknown color: approx Royal Heath. HEX triplet: BE, 50 and 76. RGB value is (190,80,118). Sum of RGB (Red+Green+Blue) = 190+80+118=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5076 is #41AF89. Grayscale: #757575. Windows color (decimal): -4304778 or 7753918. OLE color: 7753918.

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

Color convert

RGB19080118-
CMYK00.580.380.25
HSL339.27º45.83%52.94%-
HSV(B)339.27º57.89%74.51%-
XYZ27.3717.9919.17-
YUV117.22128.44179.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=48.97%
G=20.62%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908011800.580.380.25339.2745.8352.94
HexBE507603A26191532e35
Octal27612016607246315235665
Binary1011111010100001110110011101010011011001101010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5076; }

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

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

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

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

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

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

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

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