#B85B7C

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

Shades of Royal Heath #B85B7C

Tints of Royal Heath #B85B7C

Color information

#B85B7C (or 0xB85B7C) is unknown color: approx Royal Heath. HEX triplet: B8, 5B and 7C. RGB value is (184,91,124). Sum of RGB (Red+Green+Blue) = 184+91+124=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B7C is #47A483. Grayscale: #7A7A7A. Windows color (decimal): -4695172 or 8149944. OLE color: 8149944.

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

Color convert

RGB18491124-
CMYK00.510.330.28
HSL338.71º39.57%53.92%-
HSV(B)338.71º50.54%72.16%-
XYZ27.1519.1321.33-
YUV122.57128.81171.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=46.12%
G=22.81%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849112400.510.330.28338.7139.5753.92
HexB85B7C033211C1532836
Octal27013317406341345235066
Binary1011100010110111111100011001110000111100101010011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85B7C; }

 p { color: rgb(184,91,124); }

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

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

 a { background-color: rgb(184,91,124); }

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

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

 span { border-color: rgb(184,91,124); }

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