#B85A79

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

Shades of Royal Heath #B85A79

Tints of Royal Heath #B85A79

Color information

#B85A79 (or 0xB85A79) is unknown color: approx Royal Heath. HEX triplet: B8, 5A and 79. RGB value is (184,90,121). Sum of RGB (Red+Green+Blue) = 184+90+121=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A79 is #47A586. Grayscale: #797979. Windows color (decimal): -4695431 or 7953080. OLE color: 7953080.

HSL color Cylindrical-coordinate representation of color #B85A79: hue angle of 340.21º 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 #B85A79 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18490121-
CMYK00.510.340.28
HSL340.21º39.83%53.73%-
HSV(B)340.21º51.09%72.16%-
XYZ26.8718.8820.32-
YUV121.64127.64172.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=46.58%
G=22.78%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849012100.510.340.28340.2139.8353.73
HexB85A79033221C1542836
Octal27013217106342345245066
Binary1011100010110101111001011001110001011100101010100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A79; }

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

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

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

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

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

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

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

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