#B1547F

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

Shades of Royal Heath #B1547F

Tints of Royal Heath #B1547F

Color information

#B1547F (or 0xB1547F) is unknown color: approx Royal Heath. HEX triplet: B1, 54 and 7F. RGB value is (177,84,127). Sum of RGB (Red+Green+Blue) = 177+84+127=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1547F is #4EAB80. Grayscale: #747474. Windows color (decimal): -5155713 or 8344753. OLE color: 8344753.

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

Color convert

RGB17784127-
CMYK00.530.280.31
HSL332.26º37.35%51.18%-
HSV(B)332.26º52.54%69.41%-
XYZ25.1317.2222.08-
YUV116.71133.81171-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 127 (50% from 255) = 32.73%
R=45.62%
G=21.65%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778412700.530.280.31332.2637.3551.18
HexB1547F0351C1F14c2533
Octal26112417706534375144563
Binary101100011010100111111101101011110011111101001100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1547F; }

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

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

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

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

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

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

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

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