#B15778

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

Shades of Royal Heath #B15778

Tints of Royal Heath #B15778

Color information

#B15778 (or 0xB15778) is unknown color: approx Royal Heath. HEX triplet: B1, 57 and 78. RGB value is (177,87,120). Sum of RGB (Red+Green+Blue) = 177+87+120=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B15778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15778 is #4EA887. Grayscale: #757575. Windows color (decimal): -5154952 or 7886769. OLE color: 7886769.

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

Color convert

RGB17787120-
CMYK00.510.320.31
HSL338º36.59%51.76%-
HSV(B)338º50.85%69.41%-
XYZ24.9317.5219.84-
YUV117.67129.32170.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=46.09%
G=22.66%
B=31.25%

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
Decimal1778712000.510.320.3133836.5951.76
HexB15778033201F1522534
Octal26112717006340375224564
Binary1011000110101111111000011001110000011111101010010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15778; }

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

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

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

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

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

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

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

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