#B15978

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

Shades of Royal Heath #B15978

Tints of Royal Heath #B15978

Color information

#B15978 (or 0xB15978) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 78. RGB value is (177,89,120). Sum of RGB (Red+Green+Blue) = 177+89+120=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B15978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15978 is #4EA687. Grayscale: #767676. Windows color (decimal): -5154440 or 7887281. OLE color: 7887281.

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

Color convert

RGB17789120-
CMYK00.500.320.31
HSL338.86º36.07%52.16%-
HSV(B)338.86º49.72%69.41%-
XYZ25.0917.8519.89-
YUV118.85128.65169.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=45.85%
G=23.06%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778912000.500.320.31338.8636.0752.16
HexB15978032201F1532434
Octal26113117006240375234464
Binary1011000110110011111000011001010000011111101010011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15978; }

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

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

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

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

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

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

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

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