#BE4174

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

Shades of Royal Heath #BE4174

Tints of Royal Heath #BE4174

Color information

#BE4174 (or 0xBE4174) is unknown color: approx Royal Heath. HEX triplet: BE, 41 and 74. RGB value is (190,65,116). Sum of RGB (Red+Green+Blue) = 190+65+116=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4174 is #41BE8B. Grayscale: #6C6C6C. Windows color (decimal): -4308620 or 7619006. OLE color: 7619006.

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

Color convert

RGB19065116-
CMYK00.660.390.25
HSL335.52º49.02%50%-
HSV(B)335.52º65.79%74.51%-
XYZ26.2815.9918.22-
YUV108.19132.41186.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=51.21%
G=17.52%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906511600.660.390.25335.5249.0250
HexBE417404227191503132
Octal276101164010247315206162
Binary10111110100000111101000100001010011111001101010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4174; }

 p { color: rgb(190,65,116); }

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

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

 a { background-color: rgb(190,65,116); }

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

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

 span { border-color: rgb(190,65,116); }

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