#B85980

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

Shades of Royal Heath #B85980

Tints of Royal Heath #B85980

Color information

#B85980 (or 0xB85980) is unknown color: approx Royal Heath. HEX triplet: B8, 59 and 80. RGB value is (184,89,128). Sum of RGB (Red+Green+Blue) = 184+89+128=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85980 is #47A67F. Grayscale: #797979. Windows color (decimal): -4695680 or 8411576. OLE color: 8411576.

HSL color Cylindrical-coordinate representation of color #B85980: hue angle of 335.37º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85980 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18489128-
CMYK00.520.300.28
HSL335.37º40.08%53.53%-
HSV(B)335.37º51.63%72.16%-
XYZ27.2418.8922.63-
YUV121.85131.47172.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=45.89%
G=22.19%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848912800.520.300.28335.3740.0853.53
HexB859800341E1C14f2836
Octal27013120006436345175066
Binary1011100010110011000000001101001111011100101001111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85980; }

 p { color: rgb(184,89,128); }

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

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

 a { background-color: rgb(184,89,128); }

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

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

 span { border-color: rgb(184,89,128); }

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