#BE527D

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

Shades of Royal Heath #BE527D

Tints of Royal Heath #BE527D

Color information

#BE527D (or 0xBE527D) is unknown color: approx Royal Heath. HEX triplet: BE, 52 and 7D. RGB value is (190,82,125). Sum of RGB (Red+Green+Blue) = 190+82+125=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE527D is #41AD82. Grayscale: #777777. Windows color (decimal): -4304259 or 8213182. OLE color: 8213182.

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

Color convert

RGB19082125-
CMYK00.570.340.25
HSL336.11º45.38%53.33%-
HSV(B)336.11º56.84%74.51%-
XYZ27.9518.4621.49-
YUV119.19131.28178.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=47.86%
G=20.65%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908212500.570.340.25336.1145.3853.33
HexBE527D03922191502d35
Octal27612217507142315205565
Binary1011111010100101111101011100110001011001101010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE527D; }

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

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

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

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

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

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

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

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