#B1577B

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

Shades of Royal Heath #B1577B

Tints of Royal Heath #B1577B

Color information

#B1577B (or 0xB1577B) is unknown color: approx Royal Heath. HEX triplet: B1, 57 and 7B. RGB value is (177,87,123). Sum of RGB (Red+Green+Blue) = 177+87+123=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1577B is #4EA884. Grayscale: #757575. Windows color (decimal): -5154949 or 8083377. OLE color: 8083377.

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

Color convert

RGB17787123-
CMYK00.510.310.31
HSL336º36.59%51.76%-
HSV(B)336º50.85%69.41%-
XYZ25.1117.5920.81-
YUV118.01130.82170.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=45.74%
G=22.48%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778712300.510.310.3133636.5951.76
HexB1577B0331F1F1502534
Octal26112717306337375204564
Binary101100011010111111101101100111111111111101010000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1577B; }

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

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

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

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

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

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

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

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