#B85473

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

Shades of Royal Heath #B85473

Tints of Royal Heath #B85473

Color information

#B85473 (or 0xB85473) is unknown color: approx Royal Heath. HEX triplet: B8, 54 and 73. RGB value is (184,84,115). Sum of RGB (Red+Green+Blue) = 184+84+115=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B85473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85473 is #47AB8C. Grayscale: #757575. Windows color (decimal): -4696973 or 7558328. OLE color: 7558328.

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

Color convert

RGB18484115-
CMYK00.540.380.28
HSL341.4º41.32%52.55%-
HSV(B)341.4º54.35%72.16%-
XYZ26.0317.7718.28-
YUV117.43126.63175.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=48.04%
G=21.93%
B=30.03%

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
Decimal1848411500.540.380.28341.441.3252.55
HexB85473036261C1552935
Octal27012416306646345255165
Binary1011100010101001110011011011010011011100101010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85473; }

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

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

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

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

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

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

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

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