#B8547C

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

Shades of Royal Heath #B8547C

Tints of Royal Heath #B8547C

Color information

#B8547C (or 0xB8547C) is unknown color: approx Royal Heath. HEX triplet: B8, 54 and 7C. RGB value is (184,84,124). Sum of RGB (Red+Green+Blue) = 184+84+124=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8547C is #47AB83. Grayscale: #767676. Windows color (decimal): -4696964 or 8148152. OLE color: 8148152.

HSL color Cylindrical-coordinate representation of color #B8547C: hue angle of 336º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8547C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18484124-
CMYK00.540.330.28
HSL336º41.32%52.55%-
HSV(B)336º54.35%72.16%-
XYZ26.5817.9921.14-
YUV118.46131.13174.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=46.94%
G=21.43%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848412400.540.330.2833641.3252.55
HexB8547C036211C1502935
Octal27012417406641345205165
Binary1011100010101001111100011011010000111100101010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8547C; }

 p { color: rgb(184,84,124); }

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

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

 a { background-color: rgb(184,84,124); }

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

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

 span { border-color: rgb(184,84,124); }

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