#B0597E

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

Shades of Royal Heath #B0597E

Tints of Royal Heath #B0597E

Color information

#B0597E (or 0xB0597E) is unknown color: approx Royal Heath. HEX triplet: B0, 59 and 7E. RGB value is (176,89,126). Sum of RGB (Red+Green+Blue) = 176+89+126=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0597E is #4FA681. Grayscale: #777777. Windows color (decimal): -5219970 or 8280496. OLE color: 8280496.

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

Color convert

RGB17689126-
CMYK00.490.280.31
HSL334.48º35.51%51.96%-
HSV(B)334.48º49.43%69.02%-
XYZ25.2417.8821.86-
YUV119.23131.82168.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=45.01%
G=22.76%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768912600.490.280.31334.4835.5151.96
HexB0597E0311C1F14e2434
Octal26013117606134375164464
Binary101100001011001111111001100011110011111101001110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0597E; }

 p { color: rgb(176,89,126); }

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

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

 a { background-color: rgb(176,89,126); }

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

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

 span { border-color: rgb(176,89,126); }

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