#B05978

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

Shades of Royal Heath #B05978

Tints of Royal Heath #B05978

Color information

#B05978 (or 0xB05978) is unknown color: approx Royal Heath. HEX triplet: B0, 59 and 78. RGB value is (176,89,120). Sum of RGB (Red+Green+Blue) = 176+89+120=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B05978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05978 is #4FA687. Grayscale: #767676. Windows color (decimal): -5219976 or 7887280. OLE color: 7887280.

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

Color convert

RGB17689120-
CMYK00.490.320.31
HSL338.62º35.51%51.96%-
HSV(B)338.62º49.43%69.02%-
XYZ24.8717.7319.88-
YUV118.55128.82168.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=45.71%
G=23.12%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768912000.490.320.31338.6235.5151.96
HexB05978031201F1532434
Octal26013117006140375234464
Binary1011000010110011111000011000110000011111101010011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05978; }

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

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

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

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

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

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

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

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