#BE4072

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

Shades of Royal Heath #BE4072

Tints of Royal Heath #BE4072

Color information

#BE4072 (or 0xBE4072) is unknown color: approx Royal Heath. HEX triplet: BE, 40 and 72. RGB value is (190,64,114). Sum of RGB (Red+Green+Blue) = 190+64+114=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4072 is #41BF8D. Grayscale: #6B6B6B. Windows color (decimal): -4308878 or 7487678. OLE color: 7487678.

HSL color Cylindrical-coordinate representation of color #BE4072: hue angle of 336.19º degrees, saturation: 0.5, 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 #BE4072 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19064114-
CMYK00.660.400.25
HSL336.19º49.61%49.8%-
HSV(B)336.19º66.32%74.51%-
XYZ26.1115.8317.6-
YUV107.37131.74186.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=51.63%
G=17.39%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906411400.660.400.25336.1949.6149.8
HexBE407204228191503232
Octal276100162010250315206262
Binary10111110100000011100100100001010100011001101010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4072; }

 p { color: rgb(190,64,114); }

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

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

 a { background-color: rgb(190,64,114); }

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

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

 span { border-color: rgb(190,64,114); }

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