#B95678

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

Shades of Royal Heath #B95678

Tints of Royal Heath #B95678

Color information

#B95678 (or 0xB95678) is unknown color: approx Royal Heath. HEX triplet: B9, 56 and 78. RGB value is (185,86,120). Sum of RGB (Red+Green+Blue) = 185+86+120=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B95678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95678 is #46A987. Grayscale: #777777. Windows color (decimal): -4630920 or 7886521. OLE color: 7886521.

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

Color convert

RGB18586120-
CMYK00.540.350.27
HSL339.39º41.42%53.14%-
HSV(B)339.39º53.51%72.55%-
XYZ26.7318.3319.9-
YUV119.48128.3174.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=47.31%
G=21.99%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858612000.540.350.27339.3941.4253.14
HexB95678036231B1532935
Octal27112617006643335235165
Binary1011100110101101111000011011010001111011101010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95678; }

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

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

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

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

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

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

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

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