#BE5B81

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

Shades of Royal Heath #BE5B81

Tints of Royal Heath #BE5B81

Color information

#BE5B81 (or 0xBE5B81) is unknown color: approx Royal Heath. HEX triplet: BE, 5B and 81. RGB value is (190,91,129). Sum of RGB (Red+Green+Blue) = 190+91+129=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5B81 is #41A47E. Grayscale: #7C7C7C. Windows color (decimal): -4301951 or 8477630. OLE color: 8477630.

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

Color convert

RGB19091129-
CMYK00.520.320.25
HSL336.97º43.23%55.1%-
HSV(B)336.97º52.11%74.51%-
XYZ28.9420.0123.11-
YUV124.93130.3174.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 91 (35.94% from 255) = 22.20%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=46.34%
G=22.20%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909112900.520.320.25336.9743.2355.1
HexBE5B8103420191512b37
Octal27613320106440315215367
Binary10111110101101110000001011010010000011001101010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B81; }

 p { color: rgb(190,91,129); }

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

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

 a { background-color: rgb(190,91,129); }

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

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

 span { border-color: rgb(190,91,129); }

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