#B1587A

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

Shades of Royal Heath #B1587A

Tints of Royal Heath #B1587A

Color information

#B1587A (or 0xB1587A) is unknown color: approx Royal Heath. HEX triplet: B1, 58 and 7A. RGB value is (177,88,122). Sum of RGB (Red+Green+Blue) = 177+88+122=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1587A is #4EA785. Grayscale: #767676. Windows color (decimal): -5154694 or 8018097. OLE color: 8018097.

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

Color convert

RGB17788122-
CMYK00.500.310.31
HSL337.08º36.33%51.96%-
HSV(B)337.08º50.28%69.41%-
XYZ25.1317.7320.51-
YUV118.49129.99169.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=45.74%
G=22.74%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778812200.500.310.31337.0836.3351.96
HexB1587A0321F1F1512434
Octal26113017206237375214464
Binary101100011011000111101001100101111111111101010001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1587A; }

 p { color: rgb(177,88,122); }

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

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

 a { background-color: rgb(177,88,122); }

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

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

 span { border-color: rgb(177,88,122); }

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