#BE537A

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

Shades of Royal Heath #BE537A

Tints of Royal Heath #BE537A

Color information

#BE537A (or 0xBE537A) is unknown color: approx Royal Heath. HEX triplet: BE, 53 and 7A. RGB value is (190,83,122). Sum of RGB (Red+Green+Blue) = 190+83+122=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE537A is #41AC85. Grayscale: #777777. Windows color (decimal): -4304006 or 8016830. OLE color: 8016830.

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

Color convert

RGB19083122-
CMYK00.560.360.25
HSL338.13º45.15%53.53%-
HSV(B)338.13º56.32%74.51%-
XYZ27.8418.5420.52-
YUV119.44129.45178.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=48.10%
G=21.01%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908312200.560.360.25338.1345.1553.53
HexBE537A03824191522d36
Octal27612317207044315225566
Binary1011111010100111111010011100010010011001101010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE537A; }

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

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

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

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

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

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

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

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