#BE4171

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

Shades of Royal Heath #BE4171

Tints of Royal Heath #BE4171

Color information

#BE4171 (or 0xBE4171) is unknown color: approx Royal Heath. HEX triplet: BE, 41 and 71. RGB value is (190,65,113). Sum of RGB (Red+Green+Blue) = 190+65+113=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4171 is #41BE8E. Grayscale: #6B6B6B. Windows color (decimal): -4308623 or 7422398. OLE color: 7422398.

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

Color convert

RGB19065113-
CMYK00.660.410.25
HSL336.96º49.02%50%-
HSV(B)336.96º65.79%74.51%-
XYZ26.1115.9217.32-
YUV107.85130.91186.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=51.63%
G=17.66%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906511300.660.410.25336.9649.0250
HexBE417104229191513132
Octal276101161010251315216162
Binary10111110100000111100010100001010100111001101010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4171; }

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

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

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

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

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

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

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

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