#B1577E

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

Shades of Royal Heath #B1577E

Tints of Royal Heath #B1577E

Color information

#B1577E (or 0xB1577E) is unknown color: approx Royal Heath. HEX triplet: B1, 57 and 7E. RGB value is (177,87,126). Sum of RGB (Red+Green+Blue) = 177+87+126=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1577E is #4EA881. Grayscale: #767676. Windows color (decimal): -5154946 or 8279985. OLE color: 8279985.

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

Color convert

RGB17787126-
CMYK00.510.290.31
HSL334º36.59%51.76%-
HSV(B)334º50.85%69.41%-
XYZ25.3117.6721.82-
YUV118.36132.32169.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=45.38%
G=22.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778712600.510.290.3133436.5951.76
HexB1577E0331D1F14e2534
Octal26112717606335375164564
Binary101100011010111111111001100111110111111101001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1577E; }

 p { color: rgb(177,87,126); }

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

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

 a { background-color: rgb(177,87,126); }

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

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

 span { border-color: rgb(177,87,126); }

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