#B05778

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

Shades of Royal Heath #B05778

Tints of Royal Heath #B05778

Color information

#B05778 (or 0xB05778) is unknown color: approx Royal Heath. HEX triplet: B0, 57 and 78. RGB value is (176,87,120). Sum of RGB (Red+Green+Blue) = 176+87+120=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B05778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05778 is #4FA887. Grayscale: #757575. Windows color (decimal): -5220488 or 7886768. OLE color: 7886768.

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

Color convert

RGB17687120-
CMYK00.510.320.31
HSL337.75º36.03%51.57%-
HSV(B)337.75º50.57%69.02%-
XYZ24.717.419.83-
YUV117.37129.49169.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=45.95%
G=22.72%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768712000.510.320.31337.7536.0351.57
HexB05778033201F1522434
Octal26012717006340375224464
Binary1011000010101111111000011001110000011111101010010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05778; }

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

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

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

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

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

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

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

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