#B95778

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

Shades of Royal Heath #B95778

Tints of Royal Heath #B95778

Color information

#B95778 (or 0xB95778) is unknown color: approx Royal Heath. HEX triplet: B9, 57 and 78. RGB value is (185,87,120). Sum of RGB (Red+Green+Blue) = 185+87+120=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B95778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95778 is #46A887. Grayscale: #787878. Windows color (decimal): -4630664 or 7886777. OLE color: 7886777.

HSL color Cylindrical-coordinate representation of color #B95778: hue angle of 339.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B95778 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18587120-
CMYK00.530.350.27
HSL339.8º41.18%53.33%-
HSV(B)339.8º52.97%72.55%-
XYZ26.8118.4919.92-
YUV120.06127.97174.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=47.19%
G=22.19%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858712000.530.350.27339.841.1853.33
HexB95778035231B1542935
Octal27112717006543335245165
Binary1011100110101111111000011010110001111011101010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95778; }

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

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

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

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

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

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

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

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