#BE3D6E

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

Shades of Royal Heath #BE3D6E

Tints of Royal Heath #BE3D6E

Color information

#BE3D6E (or 0xBE3D6E) is unknown color: approx Royal Heath. HEX triplet: BE, 3D and 6E. RGB value is (190,61,110). Sum of RGB (Red+Green+Blue) = 190+61+110=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D6E is #41C291. Grayscale: #696969. Windows color (decimal): -4309650 or 7224766. OLE color: 7224766.

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

Color convert

RGB19061110-
CMYK00.680.420.25
HSL337.21º51.39%49.22%-
HSV(B)337.21º67.89%74.51%-
XYZ25.7215.4116.37-
YUV105.16130.74188.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=52.63%
G=16.90%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906111000.680.420.25337.2151.3949.22
HexBE3D6E0442A191513331
Octal27675156010452315216361
Binary1011111011110111011100100010010101011001101010001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D6E; }

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

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

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

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

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

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

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

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