#B85A78

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

Shades of Royal Heath #B85A78

Tints of Royal Heath #B85A78

Color information

#B85A78 (or 0xB85A78) is unknown color: approx Royal Heath. HEX triplet: B8, 5A and 78. RGB value is (184,90,120). Sum of RGB (Red+Green+Blue) = 184+90+120=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A78 is #47A587. Grayscale: #797979. Windows color (decimal): -4695432 or 7887544. OLE color: 7887544.

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

Color convert

RGB18490120-
CMYK00.510.350.28
HSL340.85º39.83%53.73%-
HSV(B)340.85º51.09%72.16%-
XYZ26.8118.8620-
YUV121.53127.14172.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=46.70%
G=22.84%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849012000.510.350.28340.8539.8353.73
HexB85A78033231C1552836
Octal27013217006343345255066
Binary1011100010110101111000011001110001111100101010101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A78; }

 p { color: rgb(184,90,120); }

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

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

 a { background-color: rgb(184,90,120); }

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

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

 span { border-color: rgb(184,90,120); }

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