#BE5A7B

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

Shades of Royal Heath #BE5A7B

Tints of Royal Heath #BE5A7B

Color information

#BE5A7B (or 0xBE5A7B) is unknown color: approx Royal Heath. HEX triplet: BE, 5A and 7B. RGB value is (190,90,123). Sum of RGB (Red+Green+Blue) = 190+90+123=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A7B is #41A584. Grayscale: #7B7B7B. Windows color (decimal): -4302213 or 8084158. OLE color: 8084158.

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

Color convert

RGB19090123-
CMYK00.530.350.25
HSL340.2º43.48%54.9%-
HSV(B)340.2º52.63%74.51%-
XYZ28.4719.6921.04-
YUV123.66127.63175.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=47.15%
G=22.33%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909012300.530.350.25340.243.4854.9
HexBE5A7B03523191542b37
Octal27613217306543315245367
Binary1011111010110101111011011010110001111001101010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A7B; }

 p { color: rgb(190,90,123); }

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

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

 a { background-color: rgb(190,90,123); }

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

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

 span { border-color: rgb(190,90,123); }

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