#be5279

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

Shades of Royal Heath #BE5279

Tints of Royal Heath #BE5279

Color information

#BE5279 (or 0xBE5279) is unknown color: approx Royal Heath. HEX triplet: BE, 52 and 79. RGB value is (190,82,121). Sum of RGB (Red+Green+Blue) = 190+82+121=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5279 is #41AD86. Grayscale: #767676. Windows color (decimal): -4304263 or 7951038. OLE color: 7951038.

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

Color convert

RGB19082121-
CMYK00.570.360.25
HSL338.33º45.38%53.33%-
HSV(B)338.33º56.84%74.51%-
XYZ27.718.3620.17-
YUV118.74129.28178.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=48.35%
G=20.87%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908212100.570.360.25338.3345.3853.33
HexBE527903924191522d35
Octal27612217107144315225565
Binary1011111010100101111001011100110010011001101010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5279; }

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

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

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

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

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

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

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

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