#BE5475

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

Shades of Royal Heath #BE5475

Tints of Royal Heath #BE5475

Color information

#BE5475 (or 0xBE5475) is unknown color: approx Royal Heath. HEX triplet: BE, 54 and 75. RGB value is (190,84,117). Sum of RGB (Red+Green+Blue) = 190+84+117=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5475 is #41AB8A. Grayscale: #777777. Windows color (decimal): -4303755 or 7689406. OLE color: 7689406.

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

Color convert

RGB19084117-
CMYK00.560.380.25
HSL341.32º44.92%53.73%-
HSV(B)341.32º55.79%74.51%-
XYZ27.6218.5718.96-
YUV119.46126.62178.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=48.59%
G=21.48%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908411700.560.380.25341.3244.9253.73
HexBE547503826191552d36
Octal27612416507046315255566
Binary1011111010101001110101011100010011011001101010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5475; }

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

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

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

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

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

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

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

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