#BE547D

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

Shades of Royal Heath #BE547D

Tints of Royal Heath #BE547D

Color information

#BE547D (or 0xBE547D) is unknown color: approx Royal Heath. HEX triplet: BE, 54 and 7D. RGB value is (190,84,125). Sum of RGB (Red+Green+Blue) = 190+84+125=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE547D is #41AB82. Grayscale: #787878. Windows color (decimal): -4303747 or 8213694. OLE color: 8213694.

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

Color convert

RGB19084125-
CMYK00.560.340.25
HSL336.79º44.92%53.73%-
HSV(B)336.79º55.79%74.51%-
XYZ28.1118.7721.54-
YUV120.37130.62177.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=47.62%
G=21.05%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908412500.560.340.25336.7944.9253.73
HexBE547D03822191512d36
Octal27612417507042315215566
Binary1011111010101001111101011100010001011001101010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE547D; }

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

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

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

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

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

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

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

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