#B8557C

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

Shades of Royal Heath #B8557C

Tints of Royal Heath #B8557C

Color information

#B8557C (or 0xB8557C) is unknown color: approx Royal Heath. HEX triplet: B8, 55 and 7C. RGB value is (184,85,124). Sum of RGB (Red+Green+Blue) = 184+85+124=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8557C is #47AA83. Grayscale: #767676. Windows color (decimal): -4696708 or 8148408. OLE color: 8148408.

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

Color convert

RGB18485124-
CMYK00.540.330.28
HSL336.36º41.08%52.75%-
HSV(B)336.36º53.8%72.16%-
XYZ26.6518.1421.17-
YUV119.05130.8174.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=46.82%
G=21.63%
B=31.55%

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
Decimal1848512400.540.330.28336.3641.0852.75
HexB8557C036211C1502935
Octal27012517406641345205165
Binary1011100010101011111100011011010000111100101010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8557C; }

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

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

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

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

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

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

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

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