#BE4169

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

Shades of Royal Heath #BE4169

Tints of Royal Heath #BE4169

Color information

#BE4169 (or 0xBE4169) is unknown color: approx Royal Heath. HEX triplet: BE, 41 and 69. RGB value is (190,65,105). Sum of RGB (Red+Green+Blue) = 190+65+105=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4169 is #41BE96. Grayscale: #6A6A6A. Windows color (decimal): -4308631 or 6898110. OLE color: 6898110.

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

Color convert

RGB19065105-
CMYK00.660.450.25
HSL340.8º49.02%50%-
HSV(B)340.8º65.79%74.51%-
XYZ25.6815.7515.05-
YUV106.94126.91187.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=52.78%
G=18.06%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906510500.660.450.25340.849.0250
HexBE41690422D191553132
Octal276101151010255315256162
Binary10111110100000111010010100001010110111001101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4169; }

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

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

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

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

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

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

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

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