#B8547E

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

Shades of Royal Heath #B8547E

Tints of Royal Heath #B8547E

Color information

#B8547E (or 0xB8547E) is unknown color: approx Royal Heath. HEX triplet: B8, 54 and 7E. RGB value is (184,84,126). Sum of RGB (Red+Green+Blue) = 184+84+126=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8547E is #47AB81. Grayscale: #767676. Windows color (decimal): -4696962 or 8279224. OLE color: 8279224.

HSL color Cylindrical-coordinate representation of color #B8547E: hue angle of 334.8º 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 #B8547E is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18484126-
CMYK00.540.320.28
HSL334.8º41.32%52.55%-
HSV(B)334.8º54.35%72.16%-
XYZ26.718.0421.81-
YUV118.69132.13174.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=46.70%
G=21.32%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848412600.540.320.28334.841.3252.55
HexB8547E036201C14f2935
Octal27012417606640345175165
Binary1011100010101001111110011011010000011100101001111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8547E; }

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

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

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

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

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

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

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

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