#B1557C

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

Shades of Royal Heath #B1557C

Tints of Royal Heath #B1557C

Color information

#B1557C (or 0xB1557C) is unknown color: approx Royal Heath. HEX triplet: B1, 55 and 7C. RGB value is (177,85,124). Sum of RGB (Red+Green+Blue) = 177+85+124=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1557C is #4EAA83. Grayscale: #747474. Windows color (decimal): -5155460 or 8148401. OLE color: 8148401.

HSL color Cylindrical-coordinate representation of color #B1557C: hue angle of 334.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1557C is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17785124-
CMYK00.520.300.31
HSL334.57º37.1%51.37%-
HSV(B)334.57º51.98%69.41%-
XYZ25.0217.321.09-
YUV116.95131.98170.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=45.85%
G=22.02%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778512400.520.300.31334.5737.151.37
HexB1557C0341E1F14f2533
Octal26112517406436375174563
Binary101100011010101111110001101001111011111101001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1557C; }

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

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

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

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

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

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

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

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