#B8547D

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

Shades of Royal Heath #B8547D

Tints of Royal Heath #B8547D

Color information

#B8547D (or 0xB8547D) is unknown color: approx Royal Heath. HEX triplet: B8, 54 and 7D. RGB value is (184,84,125). Sum of RGB (Red+Green+Blue) = 184+84+125=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8547D is #47AB82. Grayscale: #767676. Windows color (decimal): -4696963 or 8213688. OLE color: 8213688.

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

Color convert

RGB18484125-
CMYK00.540.320.28
HSL335.4º41.32%52.55%-
HSV(B)335.4º54.35%72.16%-
XYZ26.6418.0121.47-
YUV118.57131.63174.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=46.82%
G=21.37%
B=31.81%

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
Decimal1848412500.540.320.28335.441.3252.55
HexB8547D036201C14f2935
Octal27012417506640345175165
Binary1011100010101001111101011011010000011100101001111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8547D; }

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

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

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

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

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

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

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

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