#BE3C77

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

Shades of Royal Heath #BE3C77

Tints of Royal Heath #BE3C77

Color information

#BE3C77 (or 0xBE3C77) is unknown color: approx Royal Heath. HEX triplet: BE, 3C and 77. RGB value is (190,60,119). Sum of RGB (Red+Green+Blue) = 190+60+119=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C77 is #41C388. Grayscale: #696969. Windows color (decimal): -4309897 or 7814334. OLE color: 7814334.

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

Color convert

RGB19060119-
CMYK00.680.370.25
HSL332.77º52%49.02%-
HSV(B)332.77º68.42%74.51%-
XYZ26.1815.5119.07-
YUV105.6135.57188.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=51.49%
G=16.26%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906011900.680.370.25332.775249.02
HexBE3C77044251914d3431
Octal27674167010445315156461
Binary1011111011110011101110100010010010111001101001101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3C77; }

 p { color: rgb(190,60,119); }

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

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

 a { background-color: rgb(190,60,119); }

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

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

 span { border-color: rgb(190,60,119); }

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