#BE437A

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

Shades of Royal Heath #BE437A

Tints of Royal Heath #BE437A

Color information

#BE437A (or 0xBE437A) is unknown color: approx Royal Heath. HEX triplet: BE, 43 and 7A. RGB value is (190,67,122). Sum of RGB (Red+Green+Blue) = 190+67+122=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE437A is #41BC85. Grayscale: #6D6D6D. Windows color (decimal): -4308102 or 8012734. OLE color: 8012734.

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

Color convert

RGB19067122-
CMYK00.650.360.25
HSL333.17º48.62%50.39%-
HSV(B)333.17º64.74%74.51%-
XYZ26.7616.3720.16-
YUV110.05134.75185.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=50.13%
G=17.68%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906712200.650.360.25333.1748.6250.39
HexBE437A041241914d3132
Octal276103172010144315156162
Binary10111110100001111110100100000110010011001101001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE437A; }

 p { color: rgb(190,67,122); }

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

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

 a { background-color: rgb(190,67,122); }

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

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

 span { border-color: rgb(190,67,122); }

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