#BE356D

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

Shades of Royal Heath #BE356D

Tints of Royal Heath #BE356D

Color information

#BE356D (or 0xBE356D) is unknown color: approx Royal Heath. HEX triplet: BE, 35 and 6D. RGB value is (190,53,109). Sum of RGB (Red+Green+Blue) = 190+53+109=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE356D is #41CA92. Grayscale: #646464. Windows color (decimal): -4311699 or 7157182. OLE color: 7157182.

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

Color convert

RGB19053109-
CMYK00.720.430.25
HSL335.47º56.38%47.65%-
HSV(B)335.47º72.11%74.51%-
XYZ25.2714.615.95-
YUV100.35132.89191.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=53.98%
G=15.06%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905310900.720.430.25335.4756.3847.65
HexBE356D0482B1914f3830
Octal27665155011053315177060
Binary1011111011010111011010100100010101111001101001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE356D; }

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

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

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

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

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

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

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

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