#B1557F

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

Shades of Royal Heath #B1557F

Tints of Royal Heath #B1557F

Color information

#B1557F (or 0xB1557F) is unknown color: approx Royal Heath. HEX triplet: B1, 55 and 7F. RGB value is (177,85,127). Sum of RGB (Red+Green+Blue) = 177+85+127=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1557F is #4EAA80. Grayscale: #757575. Windows color (decimal): -5155457 or 8345009. OLE color: 8345009.

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

Color convert

RGB17785127-
CMYK00.520.280.31
HSL332.61º37.1%51.37%-
HSV(B)332.61º51.98%69.41%-
XYZ25.2117.3822.1-
YUV117.3133.48170.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 127 (50% from 255) = 32.65%
R=45.50%
G=21.85%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778512700.520.280.31332.6137.151.37
HexB1557F0341C1F14d2533
Octal26112517706434375154563
Binary101100011010101111111101101001110011111101001101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1557F; }

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

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

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

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

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

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

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

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