#BE3D6D

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

Shades of Royal Heath #BE3D6D

Tints of Royal Heath #BE3D6D

Color information

#BE3D6D (or 0xBE3D6D) is unknown color: approx Royal Heath. HEX triplet: BE, 3D and 6D. RGB value is (190,61,109). Sum of RGB (Red+Green+Blue) = 190+61+109=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D6D is #41C292. Grayscale: #686868. Windows color (decimal): -4309651 or 7159230. OLE color: 7159230.

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

Color convert

RGB19061109-
CMYK00.680.430.25
HSL337.67º51.39%49.22%-
HSV(B)337.67º67.89%74.51%-
XYZ25.6615.3916.09-
YUV105.04130.24188.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=52.78%
G=16.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906110900.680.430.25337.6751.3949.22
HexBE3D6D0442B191523331
Octal27675155010453315226361
Binary1011111011110111011010100010010101111001101010010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D6D; }

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

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

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

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

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

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

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

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