#BE5075

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

Shades of Royal Heath #BE5075

Tints of Royal Heath #BE5075

Color information

#BE5075 (or 0xBE5075) is unknown color: approx Royal Heath. HEX triplet: BE, 50 and 75. RGB value is (190,80,117). Sum of RGB (Red+Green+Blue) = 190+80+117=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5075 is #41AF8A. Grayscale: #757575. Windows color (decimal): -4304779 or 7688382. OLE color: 7688382.

HSL color Cylindrical-coordinate representation of color #BE5075: hue angle of 339.82º 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 #BE5075 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19080117-
CMYK00.580.380.25
HSL339.82º45.83%52.94%-
HSV(B)339.82º57.89%74.51%-
XYZ27.3117.9718.86-
YUV117.11127.94179.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=49.10%
G=20.67%
B=30.23%

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
Decimal1908011700.580.380.25339.8245.8352.94
HexBE507503A26191542e35
Octal27612016507246315245665
Binary1011111010100001110101011101010011011001101010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5075; }

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

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

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

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

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

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

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

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