#BE5B76

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

Shades of Royal Heath #BE5B76

Tints of Royal Heath #BE5B76

Color information

#BE5B76 (or 0xBE5B76) is unknown color: approx Royal Heath. HEX triplet: BE, 5B and 76. RGB value is (190,91,118). Sum of RGB (Red+Green+Blue) = 190+91+118=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B76 is #41A489. Grayscale: #7B7B7B. Windows color (decimal): -4301962 or 7756734. OLE color: 7756734.

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

Color convert

RGB19091118-
CMYK00.520.380.25
HSL343.64º43.23%55.1%-
HSV(B)343.64º52.11%74.51%-
XYZ28.2519.7419.46-
YUV123.68124.8175.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=47.62%
G=22.81%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909111800.520.380.25343.6443.2355.1
HexBE5B7603426191582b37
Octal27613316606446315305367
Binary1011111010110111110110011010010011011001101011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B76; }

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

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

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

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

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

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

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

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