#B1587E

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

Shades of Royal Heath #B1587E

Tints of Royal Heath #B1587E

Color information

#B1587E (or 0xB1587E) is unknown color: approx Royal Heath. HEX triplet: B1, 58 and 7E. RGB value is (177,88,126). Sum of RGB (Red+Green+Blue) = 177+88+126=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1587E is #4EA781. Grayscale: #767676. Windows color (decimal): -5154690 or 8280241. OLE color: 8280241.

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

Color convert

RGB17788126-
CMYK00.500.290.31
HSL334.38º36.33%51.96%-
HSV(B)334.38º50.28%69.41%-
XYZ25.3917.8321.84-
YUV118.94131.99169.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=45.27%
G=22.51%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778812600.500.290.31334.3836.3351.96
HexB1587E0321D1F14e2434
Octal26113017606235375164464
Binary101100011011000111111001100101110111111101001110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1587E; }

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

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

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

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

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

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

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

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