#B85573

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

Shades of Royal Heath #B85573

Tints of Royal Heath #B85573

Color information

#B85573 (or 0xB85573) is unknown color: approx Royal Heath. HEX triplet: B8, 55 and 73. RGB value is (184,85,115). Sum of RGB (Red+Green+Blue) = 184+85+115=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B85573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85573 is #47AA8C. Grayscale: #767676. Windows color (decimal): -4696717 or 7558584. OLE color: 7558584.

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

Color convert

RGB18485115-
CMYK00.540.380.28
HSL341.82º41.08%52.75%-
HSV(B)341.82º53.8%72.16%-
XYZ26.1117.9318.3-
YUV118.02126.3175.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=47.92%
G=22.14%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848511500.540.380.28341.8241.0852.75
HexB85573036261C1562935
Octal27012516306646345265165
Binary1011100010101011110011011011010011011100101010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85573; }

 p { color: rgb(184,85,115); }

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

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

 a { background-color: rgb(184,85,115); }

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

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

 span { border-color: rgb(184,85,115); }

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