#be5275

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

Shades of Royal Heath #BE5275

Tints of Royal Heath #BE5275

Color information

#BE5275 (or 0xBE5275) is unknown color: approx Royal Heath. HEX triplet: BE, 52 and 75. RGB value is (190,82,117). Sum of RGB (Red+Green+Blue) = 190+82+117=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5275 is #41AD8A. Grayscale: #767676. Windows color (decimal): -4304267 or 7688894. OLE color: 7688894.

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

Color convert

RGB19082117-
CMYK00.570.380.25
HSL340.56º45.38%53.33%-
HSV(B)340.56º56.84%74.51%-
XYZ27.4618.2718.91-
YUV118.28127.28179.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=48.84%
G=21.08%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908211700.570.380.25340.5645.3853.33
HexBE527503926191552d35
Octal27612216507146315255565
Binary1011111010100101110101011100110011011001101010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5275; }

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

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

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

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

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

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

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

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