#BE3E70

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

Shades of Royal Heath #BE3E70

Tints of Royal Heath #BE3E70

Color information

#BE3E70 (or 0xBE3E70) is unknown color: approx Royal Heath. HEX triplet: BE, 3E and 70. RGB value is (190,62,112). Sum of RGB (Red+Green+Blue) = 190+62+112=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E70 is #41C18F. Grayscale: #696969. Windows color (decimal): -4309392 or 7356094. OLE color: 7356094.

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

Color convert

RGB19062112-
CMYK00.670.410.25
HSL336.56º50.79%49.41%-
HSV(B)336.56º67.37%74.51%-
XYZ25.8815.5616.97-
YUV105.97131.41187.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 62 (24.61% from 255) = 17.03%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=52.20%
G=17.03%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906211200.670.410.25336.5650.7949.41
HexBE3E7004329191513331
Octal27676160010351315216361
Binary1011111011111011100000100001110100111001101010001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E70; }

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

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

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

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

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

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

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

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