#BE5372

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

Shades of Royal Heath #BE5372

Tints of Royal Heath #BE5372

Color information

#BE5372 (or 0xBE5372) is unknown color: approx Royal Heath. HEX triplet: BE, 53 and 72. RGB value is (190,83,114). Sum of RGB (Red+Green+Blue) = 190+83+114=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5372 is #41AC8D. Grayscale: #767676. Windows color (decimal): -4304014 or 7492542. OLE color: 7492542.

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

Color convert

RGB19083114-
CMYK00.560.400.25
HSL342.62º45.15%53.53%-
HSV(B)342.62º56.32%74.51%-
XYZ27.3718.3518.02-
YUV118.53125.45178.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=49.10%
G=21.45%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908311400.560.400.25342.6245.1553.53
HexBE537203828191572d36
Octal27612316207050315275566
Binary1011111010100111110010011100010100011001101010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5372; }

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

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

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

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

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

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

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

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