#BE3E66

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

Shades of Royal Heath #BE3E66

Tints of Royal Heath #BE3E66

Color information

#BE3E66 (or 0xBE3E66) is unknown color: approx Royal Heath. HEX triplet: BE, 3E and 66. RGB value is (190,62,102). Sum of RGB (Red+Green+Blue) = 190+62+102=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E66 is #41C199. Grayscale: #686868. Windows color (decimal): -4309402 or 6700734. OLE color: 6700734.

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

Color convert

RGB19062102-
CMYK00.670.460.25
HSL341.25º50.79%49.41%-
HSV(B)341.25º67.37%74.51%-
XYZ25.3615.3514.2-
YUV104.83126.41188.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=53.67%
G=17.51%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906210200.670.460.25341.2550.7949.41
HexBE3E660432E191553331
Octal27676146010356315256361
Binary1011111011111011001100100001110111011001101010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E66; }

 p { color: rgb(190,62,102); }

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

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

 a { background-color: rgb(190,62,102); }

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

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

 span { border-color: rgb(190,62,102); }

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