#BE336D

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

Shades of Royal Heath #BE336D

Tints of Royal Heath #BE336D

Color information

#BE336D (or 0xBE336D) is unknown color: approx Royal Heath. HEX triplet: BE, 33 and 6D. RGB value is (190,51,109). Sum of RGB (Red+Green+Blue) = 190+51+109=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE336D is #41CC92. Grayscale: #636363. Windows color (decimal): -4312211 or 7156670. OLE color: 7156670.

HSL color Cylindrical-coordinate representation of color #BE336D: hue angle of 334.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE336D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19051109-
CMYK00.730.430.25
HSL334.96º57.68%47.25%-
HSV(B)334.96º73.16%74.51%-
XYZ25.1814.4215.92-
YUV99.17133.55192.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=54.29%
G=14.57%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905110900.730.430.25334.9657.6847.25
HexBE336D0492B1914f3a2f
Octal27663155011153315177257
Binary1011111011001111011010100100110101111001101001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE336D; }

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

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

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

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

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

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

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

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