#BE5175

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

Shades of Royal Heath #BE5175

Tints of Royal Heath #BE5175

Color information

#BE5175 (or 0xBE5175) is unknown color: approx Royal Heath. HEX triplet: BE, 51 and 75. RGB value is (190,81,117). Sum of RGB (Red+Green+Blue) = 190+81+117=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5175 is #41AE8A. Grayscale: #757575. Windows color (decimal): -4304523 or 7688638. OLE color: 7688638.

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

Color convert

RGB19081117-
CMYK00.570.380.25
HSL340.18º45.61%53.14%-
HSV(B)340.18º57.37%74.51%-
XYZ27.3918.1218.88-
YUV117.7127.61179.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=48.97%
G=20.88%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908111700.570.380.25340.1845.6153.14
HexBE517503926191542e35
Octal27612116507146315245665
Binary1011111010100011110101011100110011011001101010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5175; }

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

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

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

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

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

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

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

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