#BE356E

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

Shades of Royal Heath #BE356E

Tints of Royal Heath #BE356E

Color information

#BE356E (or 0xBE356E) is unknown color: approx Royal Heath. HEX triplet: BE, 35 and 6E. RGB value is (190,53,110). Sum of RGB (Red+Green+Blue) = 190+53+110=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE356E is #41CA91. Grayscale: #646464. Windows color (decimal): -4311698 or 7222718. OLE color: 7222718.

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

Color convert

RGB19053110-
CMYK00.720.420.25
HSL335.04º56.38%47.65%-
HSV(B)335.04º72.11%74.51%-
XYZ25.3214.6216.24-
YUV100.46133.39191.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=53.82%
G=15.01%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905311000.720.420.25335.0456.3847.65
HexBE356E0482A1914f3830
Octal27665156011052315177060
Binary1011111011010111011100100100010101011001101001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE356E; }

 p { color: rgb(190,53,110); }

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

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

 a { background-color: rgb(190,53,110); }

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

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

 span { border-color: rgb(190,53,110); }

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