#BE5C7A

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

Shades of Royal Heath #BE5C7A

Tints of Royal Heath #BE5C7A

Color information

#BE5C7A (or 0xBE5C7A) is unknown color: approx Royal Heath. HEX triplet: BE, 5C and 7A. RGB value is (190,92,122). Sum of RGB (Red+Green+Blue) = 190+92+122=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C7A is #41A385. Grayscale: #7C7C7C. Windows color (decimal): -4301702 or 8019134. OLE color: 8019134.

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

Color convert

RGB19092122-
CMYK00.520.360.25
HSL341.63º42.98%55.29%-
HSV(B)341.63º51.58%74.51%-
XYZ28.5820.0120.77-
YUV124.72126.47174.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=47.03%
G=22.77%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909212200.520.360.25341.6342.9855.29
HexBE5C7A03424191562b37
Octal27613417206444315265367
Binary1011111010111001111010011010010010011001101010110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C7A; }

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

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

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

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

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

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

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

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