#B1597A

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

Shades of Royal Heath #B1597A

Tints of Royal Heath #B1597A

Color information

#B1597A (or 0xB1597A) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 7A. RGB value is (177,89,122). Sum of RGB (Red+Green+Blue) = 177+89+122=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1597A is #4EA685. Grayscale: #777777. Windows color (decimal): -5154438 or 8018353. OLE color: 8018353.

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

Color convert

RGB17789122-
CMYK00.500.310.31
HSL337.5º36.07%52.16%-
HSV(B)337.5º49.72%69.41%-
XYZ25.2217.920.54-
YUV119.07129.65169.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=45.62%
G=22.94%
B=31.44%

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
Decimal1778912200.500.310.31337.536.0752.16
HexB1597A0321F1F1522434
Octal26113117206237375224464
Binary101100011011001111101001100101111111111101010010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1597A; }

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

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

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

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

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

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

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

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