#BE5173

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

Shades of Royal Heath #BE5173

Tints of Royal Heath #BE5173

Color information

#BE5173 (or 0xBE5173) is unknown color: approx Royal Heath. HEX triplet: BE, 51 and 73. RGB value is (190,81,115). Sum of RGB (Red+Green+Blue) = 190+81+115=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5173 is #41AE8C. Grayscale: #757575. Windows color (decimal): -4304525 or 7557566. OLE color: 7557566.

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

Color convert

RGB19081115-
CMYK00.570.390.25
HSL341.28º45.61%53.14%-
HSV(B)341.28º57.37%74.51%-
XYZ27.2718.0718.27-
YUV117.47126.61179.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=49.22%
G=20.98%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908111500.570.390.25341.2845.6153.14
HexBE517303927191552e35
Octal27612116307147315255665
Binary1011111010100011110011011100110011111001101010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5173; }

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

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

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

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

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

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

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

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