#BE3D69

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

Shades of Royal Heath #BE3D69

Tints of Royal Heath #BE3D69

Color information

#BE3D69 (or 0xBE3D69) is unknown color: approx Royal Heath. HEX triplet: BE, 3D and 69. RGB value is (190,61,105). Sum of RGB (Red+Green+Blue) = 190+61+105=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D69 is #41C296. Grayscale: #686868. Windows color (decimal): -4309655 or 6897086. OLE color: 6897086.

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

Color convert

RGB19061105-
CMYK00.680.450.25
HSL339.53º51.39%49.22%-
HSV(B)339.53º67.89%74.51%-
XYZ25.4515.314.98-
YUV104.59128.24188.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=53.37%
G=17.13%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906110500.680.450.25339.5351.3949.22
HexBE3D690442D191543331
Octal27675151010455315246361
Binary1011111011110111010010100010010110111001101010100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D69; }

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

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

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

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

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

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

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

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