#BE5272

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

Shades of Royal Heath #BE5272

Tints of Royal Heath #BE5272

Color information

#BE5272 (or 0xBE5272) is unknown color: approx Royal Heath. HEX triplet: BE, 52 and 72. RGB value is (190,82,114). Sum of RGB (Red+Green+Blue) = 190+82+114=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5272 is #41AD8D. Grayscale: #757575. Windows color (decimal): -4304270 or 7492286. OLE color: 7492286.

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

Color convert

RGB19082114-
CMYK00.570.400.25
HSL342.22º45.38%53.33%-
HSV(B)342.22º56.84%74.51%-
XYZ27.2918.217.99-
YUV117.94125.78179.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=49.22%
G=21.24%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908211400.570.400.25342.2245.3853.33
HexBE527203928191562d35
Octal27612216207150315265565
Binary1011111010100101110010011100110100011001101010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5272; }

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

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

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

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

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

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

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

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